@charset "utf-8";
/* CSS Document input 
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-family: 'Oswald', sans-serif;
*/ 

 
 
body{
    font-family: 'Sofia Sans Semi Condensed', sans-serif !important;
    color: #fff !important;
    background-size: 100% 100%;
    background-attachment: fixed !important;
    background: linear-gradient(45deg, #001b29, #006557);
    background-position: center;
    background-repeat: no-repeat;
}


body::-webkit-scrollbar {
    display: none;
    color: #02b6e9;
  }
 
 
body a{
	text-decoration:none;
    cursor: pointer; 
}
body a:hover{
	text-decoration:none;
    
}
     
body ul {
	padding:0px;
	margin:0px;
    list-style-type: none;
}
body ol {
	padding:0px;
	margin:0px;
    list-style-type: none;
}
body li{
    list-style-type: none;
}
.img-fluid{
    margin: auto !important;
}
 
 
 
 /*new style css*/
 
 .video {
    outline: 3px solid #06d2a6;
    border-radius: 10px;
    height:250px;
    position: relative;
 } 
 .video_bg h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 16px 0px;
    margin: 25px;
    color: #fff;
 }
 .video_bg h1 span{
    color: #08e1b2;
 }
 .video  .cctv-time{
    margin: 11px 0px;
    background: #01454400;
    padding: 0px;
    width: 40%;
    border-radius: 10px;
    text-align: center;
    padding: 8px;
    margin: 4px auto;
    position: absolute;
    top: -3px;
    right: 0px;
 }
  .video  .cctv-time1{
    right: -281px;
  }
 
 /*new style css*/
 
 
  /*rules style css*/
 
.nav-tabs .nav-link{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0PX 10PX;
    background: #01524c ! IMPORTANT;
    border-radius: 22px 36px 8px 22px;
    border: 1px solid transparent;
    position: relative;
    text-align: center;
}
.nav-tabs{
    border-bottom: unset !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.nav-tabs .nav-link.active{
    background-color: #fed700 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
 .head h1{
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0px 10px;
 } 
 .head p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    color: #fffffff2;
 }
 
 
 
/*==========  header_sidebar CSS START  ========== */



.header_sidebar_btn{
    background: transparent;
    color: #ffd700;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #ffd700;
    padding: 2px 3px;
    line-height: 0;
    border-radius: 4px;
}
.header_sidebar_convas{
    background: linear-gradient(45deg, #001f2c, #006858) !important;
    max-width: 280px !important;
    padding: 0px 10px !important;
}
.header_sidebar_convas #offcanvasRightLabel{
    padding: 0px;
    font-weight: 600;
    font-size: 25px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #ffd700;
}
.btn-close {
    opacity: 0.8 !important;
    border: 1px solid #000;
    border-radius: 4px;
}

.header_sidebar_convas .btn-close{
    filter: invert(1);
}
.header_sidebar_convas a{
    display: block;
    max-width: 130px;
    margin: 16px 0px;
    border: 1px solid #08e1b2;
    padding: 5px 16px 5px 36px;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16px;
    color: #08e2b3;
    font-weight: 400;
    background: #013030;
    border-radius: 6px;
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 34px 100%;
    transition: 1s;
}

.header_sidebar_convas a:hover{
    background-position: right;
    background-size: 0px 100%;
    transition: 1s;
}


/*==========  app_menu CSS START  ========== */
.app_menu{
    position: fixed;
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    text-align: center;
       background: linear-gradient(0deg, #022b43, #066b87);
    z-index: 1;
    padding: 6px 0px 0px;
    border-radius: 30px 30px 0px 0px;
}
.app_menu li{
    width: 20%;
}
.app_menu li:nth-child(3) a{
    background: linear-gradient(45deg, #010d1d, #0077e0);
    border-radius: 50px 50px 0px 0px;
}
.app_menu li a{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    transition: 1s;
    display: block;
}
.app_menu li:hover a {
    transition: 1s;
    transform: translateY(-10px);
    color: #000;
}
.app_menu li a i{
    display: block; 
    font-size: 20px; 
}
.app_menu li a:hover i{
    
}


/*==========  top_bg CSS START  ========== */


.arrow-top{
    position:relative;
    z-index:11111;
}

.arrow-top img{
    width: 50px;
    position: fixed;
    bottom: 10%;
    right: 3%;
    border: 1px solid #06b18f7a;
    background: #04101061;
    border-radius: 6px;
    padding: 5px 4px;
}

.main-ani{
    background: url(../images/ban-ani.png) repeat-x 0 100%;
    animation: graph 130s linear infinite;
    background-size: 100% 100%;
    background-attachment:fixed;
}

@keyframes graph{
0% {
    background-position: -2765px 100%, 0 0;
}

100% {
    background-position: 0 100%, 0 0;
}
}


.top_bg{
    padding: 20px 0px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
}
.top_bg .row{ 
 
}
 .top_bg a img{
    max-width: 185px;
}
.top_bg .top1{
    text-align: right;
    padding: 10px 0px 0px 0px;
}
.top_bg .top1 li{
    margin: 0px 10px 5px;
    display: inline-block;   
}

.top_bg .top1 li a{
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px 10px 10px;
    margin: 0px;
    color: #fff;
    background: #013030;
    border-radius: 8px;
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 44px 100%; 
    transition: 1.5s;
}

.top_bg .top1 li a:hover{
    background-size: 200% 100%;
    transition: 1.5s;
    color: #013030;
}

.top_bg .top1 li a:hover img{
    filter: brightness(0) invert(1); 
}

.top_bg .top1 li a img{
    width: 20px;
    margin: -3px 15px 0px 0px !important;
}


.top_bg .t-t{
	padding: 0px;
	}

.top_bg .t-t ul{
	padding: 0px;
	}	
	
.top_bg .t-t ul li{
	display:inline-block;
	padding: 0px 4px;
	}
		
.top_bg .t-t ul .tele {
	margin: 8px 0px 0px 0px;
	}
	
.top_bg .t-t ul .tele a{
	}
	
.top_bg .t-t ul .tele .tel{
    position: relative;
    margin: 0px 0px 0px 0px;
}

.top_bg .t-t ul .tele .tel img{
	position: relative;
    z-index: 11;
	}

.top_bg .t-t ul .tele .tel:before{
	position: absolute !important;
    content: '';
    display: block;
    background: #08e1b2;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    animation: pulse 3s linear infinite;
    width: 39px;
    height: 39px;
	}

.top_bg .t-t ul .tele .tel:after{
	position: absolute !important;
    content: '';
    display: block;
    border: 50%;
    border: 6px solid #019376;
    left: -15px;
    top: -14px;
    border-radius: 50%;
    animation: pulse 5s linear infinite;
    width: 51px;
    height: 49px;
	}	

@keyframes pulse {
  
  0%{
    transform: scale(0.7);
    opacity: 0;
  } 
  50%{
        opacity: 1;
  }
   100%{
    transform: scale(1);
    opacity: 0;
  }
}

.top_bg .t-t ul .tele h3{
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 30px 7px 36px;
    margin: -28px 0px 0px 0px;
    color: #ffd800;
    position: relative;
    z-index: 11;
    border: 1px solid transparent;
    background: #07dcae1f;
    border-radius: 20px 30px 0px 20px;
	}
	

.top_bg .t-t ul li .lang{
    position: relative !important;
}

.top_bg .t-t ul li .lang .lang-but{
        padding: 0px;
    border: 1px solid transparent;
    background: transparent;
    margin: 0px;
}

.top_bg .t-t ul li .lang .lang-but img{
        width: 32px;
   
}

.top_bg .t-t ul li .lang .lang-but img:hover{
        filter: brightness(0) invert(1);
}

.top_bg .t-t ul li .lang .lang_menu {
    display:none;
    position: fixed;
    max-width: 250px;
    background: linear-gradient(140deg, #d10d08, #ca0b07,#ca0b07,#d10d08);
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    z-index: 1;
} 

.top_bg .t-t ul li .lang .lang_menu  a{
    color: #f6d744;
    display: block;
    margin: 10px; 
    background: transparent;
}
.top_bg .t-t ul li .lang .lang_menu  a:hover{
     color: #fff;
}

.top_bg .t-t ul li .lang .modal-content{
    border-right: 2px solid #00fdc6;
    border-left: 2px solid #00fdc6;
    border-radius: 0px;
    padding: 20px;
    background: linear-gradient(45deg, #001f2c, #006858);
    background-size: cover;
}

.top_bg .t-t ul li .lang .modal .modal-header {
    padding: 0px 5px 10px;
    border-bottom: 1px solid #f7db48a6;
    margin: 10px 0px;
}

.top_bg .t-t ul li .lang .modal h1 {
    padding: 0px 0px 0px 0px;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px;
    text-transform: uppercase;
    filter: drop-shadow(2px 2px 2px #000);
    color: #fff;
}


.top_bg .t-t ul li .lang .lang1{
    
}

.top_bg .t-t ul li .lang .lang1 ul{
    list-style:none;
    padding: 0px 0px;
    text-align:center;
}

.top_bg .t-t ul li .lang .lang1 ul li{
    display:block;
    width: unset;
    padding: 5px 0px ;
}

.top_bg .t-t ul li .lang .lang1 ul li a{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize; 
}

.top_bg .t-t ul li .lang .lang1 ul li a:hover{
    color: #fcf15c;
}

.top_bg .t-t ul li .lang .btn-close{
    border-left: 2px solid #08e1b2;
    border-right: 2px solid #08e1b2;
    padding: 0px 6px 8px 6px;
    margin: 0px;
    text-align: center;
    color: #08e1b2;
    transition: 1s;
    font-size: 20px;
    font-weight: 500;
    opacity: 2 !important;
    background: #013030;
}

.top_bg .t-t ul li .lang .btn-close:hover{
    color: #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition:0.7s;
}

.top_bg .t-t  .modal {
    background: #00000085 !important;
}

.modal-backdrop {
    z-index: 1 !important;
}

/*****************************main****************************/

/******************section1*****************/

.full-page{
	padding:0px 0px;
	margin:0px 0px;
	}


.section{
	padding: 100px 0px 50px;
	}

/******************banner-bg*****************/   

.banner-bg{
    padding:0px 0px;
    margin: 0px;
}
	
.banner-bg .ban-txt{
    padding: 60px 0px 0px;
    margin: 0px;
    position: relative;
}

.banner-bg .ban-txt h1{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    padding: 6px 0px 0px;
    margin: 0px;
    line-height: 1;
}

.banner-bg .ban-txt h2{
    font-family: 'Oswald', sans-serif;
    color: #ffd700;
    font-size: 56px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.banner-bg .ban-txt p{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 0px 0px;
    margin: 0px;
    width: 47%;

}

.banner-bg .ban-txt p span{
    color: #ffd700;
}

.banner-bg .ban-txt .but{
    padding: 40px 0px 0px;
    margin: 0px;
}

.banner-bg .ban-txt .but a{
    border: 1px solid #08e1b2;
    padding: 0px 16px 0px 0px;
    transition: 1s;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 18px;
    color: #08e2b3;
    font-weight: 400;
    margin: 0px 0px 0px;
    background: #013030;
    border-radius: 6px;
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 46px 100%;
    transition: 1s;
}

.banner-bg .ban-txt .but a:hover{
    border: 1px solid #fff;
    transition: 1s;
    background-position: right;
    background-size: 1px 100%;
    color: #fff;
}

.banner-bg .ban-txt .but a:hover i{ 
   background:#fff ;
   border: 1px solid #fff;
}

.banner-bg .ban-txt .but a i{  
    color: #013030;
    padding: 7px 10px 10px 10px;
    border: 1px solid #08e1b2;
    font-size: 22px;
    background: #08e1b2;
    border-radius: 6px 0px 0px 6px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    text-align: center;
}

.banner-bg .ban-txt .ban-rht{
    position: absolute;
    width: 40%;
    top: 0;
    left: 44%;
    max-width:360px;
}


.banner-bg .sta{
    padding: 80px 0px 0px 0px
}

.banner-bg .sta h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 16px 0px;
    margin: 0px;
    color: #fff;
}

.banner-bg .sta h1 span{
    color:#08e1b2;
}

.banner-bg .sta ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.banner-bg .sta ul li{
    display: inline-block;
    padding: 10px 6px;
}

.banner-bg .sta ul li .sta1{
    width: 170px;
}

.banner-bg .sta ul li .sta1 .sta-img{
    padding: 0px 0px;
    position: relative;
}

.banner-bg .sta ul li .sta1 .sta-img::after{
    content: "";
    background: url(../images/sta-border.png) no-repeat top center;
    position: absolute;
    background-size: contain;
    width: 70px;
    min-height: 70px;
    top: -7px;
    left: -6px;
    z-index: -1;
    animation: rotating 20s linear infinite;
    transition: .7s;
}

@keyframes rotating{
    0% {
        -webkit-transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
    }
} 

.banner-bg .sta ul li .sta1 .sta-img img{
    float: left;
    background: #013030;
    padding: 6px 4px;
    border-radius: 50px;
    margin: 0px 10px 0px 0px !important;
}


.banner-bg .sta ul li .sta1 h1{
    font-family: 'Sofia Sans Semi Condensed';
    color: #ffd800;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px 0px;
    margin: 0px;
}

.banner-bg .sta ul li .sta1 h2{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 0px 0px;
    margin: 0px;
}

/*********************about-bg************************/

.about-bg{
    padding:0px 0px;
    margin: 0px;
}

.about-bg .about{
    padding:0px 0px; 
}

.about-bg .about h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #fff; 
}

.about-bg .about h1 span{
    color: #08e1b2;
}

.about-bg .about .abt-lft{
    padding:0px 0px;
}

.about-bg .about .abt-lft p{
    font-family: 'Sofia Sans Semi Condensed';
    color: #ffffffe0;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 14px 0px;
    margin: 0px;
    text-align: justify;
}

.about-bg .about .abt-lft p span{
    color: #ffd700;
}

.about-bg .about .abt-lft .but{
    padding: 10px 0px 0px 0px;
}

.about-bg .about .abt-lft .but ul{
    list-style: none;
    margin: 0px ;
}

.about-bg .about .abt-lft .but ul li{
    display: inline-block;
    padding: 0px 0px;
    vertical-align: middle;
    width: 49%;
    margin: auto;
}

.about-bg .about .abt-lft .but ul li .abt-but1{
    padding: 0px 0px;
}

.about-bg .about .abt-lft .but ul li .abt-but1 a{
    padding: 0px 0px;
    border: 1px solid #08e1b2;
    border-radius: 6px;
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 48px 100%;
}

.about-bg .about .abt-lft .but ul li .abt-but1 a:hover{
    background-position: right;
    transition: 1s;
    background-size: 1px 100%;
    border: 1px solid #fff;    
}

.about-bg .about .abt-lft .but ul li .abt-but1 a:hover span{
    color: #fff;
}

.about-bg .about .abt-lft .but ul li .abt-but1 a:hover img{
    background: #fff;
}


.about-bg .about .abt-lft .but ul li .abt-but1 a img{
    padding: 5px 6px 5px 6px;
    background: #08e1b2;
    border-radius: 4px 0px 0px 4px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.about-bg .about .abt-lft .but ul li .abt-but1 a span{
    padding: 0px 10px 0px 10px;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 15px;
    color: #08e2b3;
    font-weight: 400;
    margin: 0px 0px 0px;
}

.about-bg .about .abt-lft .but ul li .abt-but2{
    padding: 0px 0px;
    position: relative
}

.about-bg .about .abt-lft .but ul li .abt-but2 a{
    padding: 10px 0px;
    position: relative;
    z-index: 11;
}

.about-bg .about .abt-lft .but ul li .abt-but2 a img{
    padding: 5px 6px 5px 6px;
    background: #08e1b2;
    width: 41px;
    height: 40px;
    border-radius: 50px;
}

.about-bg .about .abt-lft .but ul li .abt-but2::after{
    position: absolute !important;
    content: '';
    display: block;
    border: 5px solid #019376;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    animation: pulse 3s linear infinite;
    width: 55px;
    height: 54px;
}

.about-bg .about .abt-lft .but ul li .abt-but2 a span{
    padding: 4px 16px 4px 26px;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 15px;
    color: #08e2b3;
    font-weight: 400;
    margin: 0px 0px 0px -22px;
    border: 1px solid #08e2b3;
    position: relative;
    z-index: -1;
    border-radius: 0px 20px 0px 0px;
}

.about-bg .about .abt-lft .but ul li .abt-but2 a span:hover{
    color: #fff;
    border: 1px solid #fff;
    transition: 0.7s;
}

.about-bg .about .abt-rht{

}

.about-bg .about .abt-rht .abt-rht-img{
   width: 82%;
   margin: auto !important;
}
/*****payment*******/

.about-bg .payment{
   padding:40px 0px 0px 0px;
}

.about-bg .payment h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
}

.about-bg .payment h1 span{
    color: #08e1b2;
}

.about-bg .payment img{
   padding: 0px 0px 0px 0px;
}

.about-bg .payment ul{
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
}

.about-bg .payment ul li{
    padding: 0px 0px;
}

.about-bg .payment ul li img{
    width: 50%;
}

.about-bg .payment ul li h1{
    font-family: 'Sofia Sans Semi Condensed';
    color: #ffd700;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

/********************plan-bg*************************/

.plan-bg{
    padding: 0px 0px;
    margin: 0px;
}

.plan-bg .plan{
   padding: 0px 0px;
   text-align: center;
}

.plan-bg .plan h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    color: #fff;
}

.plan-bg .plan h1 span{
    color: #08e1b2;
}

.plan-bg .plan p{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    width: 54%;
    margin: auto;
}

.plan-bg .plan p span{
    color: #ffd700;
}

.plan-bg .plan .plans{
    padding: 15px 0px 0px;
}

.plan-bg .plan .plans ul{
   list-style: none;
   margin: 0px 0px;
   display: flex;
}

.plan-bg .plan .plans ul li{
    display: inline-block;
    padding: 0px 10px;
    width: 25%;
    margin: 0px 0px;
}

.plan-bg .plan .plans ul li .pln-box{
    background: url(../images/pln-box.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 10px 36px;
    margin: 0px 0px;
    width:100%;
    position: relative;
}

.plan-bg .plan .plans ul li .pln-box::before{
    content: "";
    position: absolute;
    width: 200px;
    min-height: 310px;
    background: transparent;
    z-index: -1;
    border-radius: 27px;
    left: 0;
    top: -6px;
    transition: 1s;
}

.plan-bg .plan .plans ul li .pln-box:hover::before{
    background: linear-gradient(103deg, #1df3c5, #018f73);
    transition: 1s;
    transform: skewX(6deg);
}


.plan-bg .plan .plans ul li .pln-box h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 4px 0px;
    margin: 0px;
    color: #fff;
}

.plan-bg .plan .plans ul li .pln-box h2{
    font-family: 'Sofia Sans Semi Condensed';
    color: #09e8b8;
    font-size: 40px;
    font-weight: 700;
    padding: 0px 0px 4px;
    margin: 0px;
}

.plan-bg .plan .plans ul li .pln-box h3{
    font-family: 'Sofia Sans Semi Condensed';
    color: #ffd800;
    font-size: 15px;
    border: 1px solid transparent;
    background: #00695a;
    border-radius: 26px;
    font-weight: 400;
    padding: 4px 30px;
    width: fit-content;
    margin: 0px auto 12px;
    line-height: 1;
}

.plan-bg .plan .plans ul li .pln-box p{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0px;
    margin: 0px;
    width: unset;
}

.plan-bg .plan .plans ul li .pln-box p span{
    color: #09e8b8;
}

.plan-bg .plan .plans ul li .pln-box .but{
    padding: 16px 0px 0px;
    margin: 0px;
}

.plan-bg .plan .plans ul li .pln-box .but a{
    border: 1px solid #08e1b2;
    padding: 0px 15px 0px 0px;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 13px;
    color: #08e2b3;
    font-weight: 400;
    margin: 0px 0px 0px;
    background: #013030;
    border-radius: 6px;
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 38px 100%;
    transition: 1s;
}

.plan-bg .plan .plans ul li .pln-box .but a:hover{
    background-position: right;
    background-size: 0px 100%;
    color: #fff;
    border: 1px solid #fff;
    transition: 1s;

}

.plan-bg .plan .plans ul li .pln-box .but a:hover i{
    background: #fff;
}

.plan-bg .plan .plans ul li .pln-box .but a i{
    color: #013030;
    padding: 8px 0px 8px 4px;
    font-size: 16px;
    background: #08e1b2;
    border-radius: 6px 0px 0px 6px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    text-align: center;
}

.plan-bg .calculator{
   padding: 20px 0px 0px 0px;
}
.plan-bg .calculator h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
}

.plan-bg .calculator h1 span{
    color: #08e1b2;
}

.plan-bg .calculator img{
    
}

.plan-bg .calculator .cal-lft{
    padding: 0px 0px;
}

.plan-bg .calculator .cal-lft ul{
    list-style: none;
    margin: 0px;
}

.plan-bg .calculator .cal-lft ul li{
    display: inline-block;
    padding: 0px 40px 0px 0px;
}

.plan-bg .calculator .cal-lft ul li h2{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.plan-bg .calculator .cal-lft ul li select{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0px 0px 0px 0px;
    background: #00695a73;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 180px;
}

.plan-bg .calculator .cal-lft ul li select option{
    color: #000;
}

.plan-bg .calculator .cal-lft ul li input{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0px 0px 0px 0px;
    background: #00695a73;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 180px;
}

.plan-bg .calculator .cal-rht ul li{
    display: inline-block;
    width: 27%;
    padding: 0px 0px;
    vertical-align: top;
}

.plan-bg .calculator .cal-rht ul li h2{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.plan-bg .calculator .cal-rht ul li .cal-rht1{
   padding: 0px 0px;
}

.plan-bg .calculator .cal-rht ul li .cal-rht1 p{
    padding: 8px 10px 8px 10px;
    margin: 0px;
    width: 180px;
    background: url(../images/cal-rht1.png) no-repeat top center;
    background-size: 100% 100%;
    border-radius: 10px 0px 0px 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid #09e8b8;
    border-right: none;
}

.plan-bg .calculator .cal-rht ul li .cal-rht2{

}

.plan-bg .calculator .cal-rht ul li .cal-rht2 h2{
   text-align:right;
}

.plan-bg .calculator .cal-rht ul li .cal-rht2 p{
    color: #ffd700;
    background: #003f3f;
    border: 1px solid #09e8b8;
    padding: 8px 10px 8px 10px;
    width: 180px;
    border-radius: 0px 10px 10px 0px;
    border-left: none;
    margin: 0px 0px 0px -3px;
    text-align: center;
}

/******************referrals-bg**********************/

.referrals-bg{
    padding: 0px 0px;
    margin: 0px;
}

.referrals-bg .referrals{

}

.referrals-bg .referrals .ref-lft{
    padding: 0px 0px 0px 0px;
}

.referrals-bg .referrals .ref-lft .ref-head{
    padding: 0px 0px 0px 0px;
}

.referrals-bg .referrals .ref-lft .ref-head h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 2px 0px;
    margin: 0px;
    color: #fff;
}

.referrals-bg .referrals .ref-lft .ref-head h1 span{
    color: #08e1b2;
}

.referrals-bg .referrals .ref-lft .ref-head p{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    width: 67%;
}

.referrals-bg .referrals .ref-lft ul{
   list-style: none;
   margin: 0px;
   padding: 20px 0px 0px;
}

.referrals-bg .referrals .ref-lft ul li{
   display: block;
   padding: 0px 0px;
}

.referrals-bg .referrals .ref-lft ul .ref1{
    background: #013a3d;
    width: fit-content;
    padding: 14px 14px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin: 20px 0px 20px 30px;
    border: 6px solid #005750;
}

.referrals-bg .referrals .ref-lft ul .ref1::after{
    content: "";
    background: url(../images/sta-border.png) no-repeat top center;
    position: absolute;
    background-size: contain;
    width: 116px;
    min-height: 116px;
    top: -14px;
    left: -13px;
    z-index: -1;
    animation: rotating 20s linear infinite;
    transition: .7s;
}

.referrals-bg .referrals .ref-lft ul .ref1 h1{
    font-family: 'Sofia Sans Semi Condensed';
    color: #09e8b8;
    font-size: 44px;
    font-weight: 700;
    padding: 0px 0px 0px;
    margin: 0px;
    line-height: 1;
}

.referrals-bg .referrals .ref-lft ul .ref1 h2{
    font-family: 'Sofia Sans Semi Condensed';
    color: #ffd700;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
   
.referrals-bg .referrals .ref-lft ul .ref2{
    margin: 0px auto 0px;
}

.referrals-bg .referrals .ref-rht{
    padding: 60px 40px 30px;
    background: url(../images/pln-box.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
}


.referrals-bg .referrals .ref-rht .ref-ani{
    width: 100%;
    height: 100%;
    position: absolute;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin: auto;
    left: 0px;
    top: 0px;
    background: #005750;
    transform: skewY(6deg);
    z-index: -1;
    border-radius: 50px;
}

.referrals-bg .referrals .ref-rht .ref-ani::before{
    content: "";
    position: absolute;
    width: 40%;
    height: 170%;
    background: #40E0D0;
    background: linear-gradient(to right, #07dcae, #05be98, #018f73);
    animation: glowing01 5s linear infinite;
    transform-origin: center;
    animation: glowing 5s linear infinite;
}

@keyframes glowing {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }	

.referrals-bg .referrals .ref-rht p{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 0px 12px 0px;
    margin: 0px;
    text-align: justify;
    line-height: 1.4;
}

.referrals-bg .referrals .ref-rht p span{
    color: #ffd800; 
}

/**********************transactions-bg*****************************/

.transactions-bg{
    padding: 0px 0px;
}

.transactions-bg .transactions{
    padding: 0px 0px;
}

.transactions-bg .transactions{
    padding: 0px 0px;
}

.transactions-bg .transactions .trans-lft{
    padding: 0px 0px;
}

.transactions-bg .transactions .trans-lft h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
}

.transactions-bg .transactions .trans-lft h1 span{
    color: #08e1b2;
}

.transactions-bg .transactions .trans-lft .table1{
    padding: 20px 20px;
    width: 86%;
    margin: 20px auto;
    background: linear-gradient(45deg, #001f2c, #006858);
    border-radius: 20px;
    position: relative;
}

.transactions-bg .transactions .trans-lft .table1 .tab-ani{
        width: 106%;
    height: 106%;
    position: absolute;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin: auto;
    left: -12px;
    top: -12px;
    background: #005750;
    z-index: -1;
    border-radius: 20px;
    border: 5px solid #06d2a6;
}

.transactions-bg .transactions .trans-lft .table1 .tab-ani::before{
    content: "";
    position: absolute;
    width: 94%;
    height: 170%;
    background: #06d2a6;
    animation: glowing01 5s linear infinite;
    transform-origin: center;
    animation: glowing 5s linear infinite;
}


.transactions-bg .transactions .trans-lft .table1 table{
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.transactions-bg .transactions .trans-lft .table1 table tr{
    margin: 0px 0px 0px 0px;
    border-bottom: 1px dashed;
}

.transactions-bg .transactions .trans-lft .table1 table tr td{
    padding: 10px 10px 10px 10px;
    margin: 0px 0px;
}

.transactions-bg .transactions .trans-lft .table1 table tr td:nth-child(1) {
    text-align: left;
    width: fit-content;
}

.transactions-bg .transactions .trans-lft .table1 table tr td:nth-child(2) {
    text-align: center;
}

.transactions-bg .transactions .trans-lft .table1 table tr td:nth-child(3) {
    text-align: right;
}

.transactions-bg .transactions .trans-lft .table1 table tr td h1{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
}

.transactions-bg .transactions .trans-lft .table1 table tr td h2{
    font-family: 'Sofia Sans Semi Condensed';
    color: #06d2a6;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.transactions-bg .transactions .trans-lft .table1 table tr td h3{
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
}

.transactions-bg .transactions .trans-lft .table1 table tr td h3 span{
    color: #ffd700;
    font-weight: 300;
}

.transactions-bg .transactions .trans-rht .table1 table tr td h3 span{
    color: #fff;
    font-weight: 300;
}

.transactions-bg .transactions .trans-lft .table1 table tr td img{
    width: 34px;
}

/**************************faq-bg*****************************/

.faq-bg{
    padding: 0px 0px;
}

.faq-bg .faq h1{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.faq-bg .faq h1 span{
    color: #08e1b2;
}

.faq-bg .faq{
    padding: 75px 0px;
}

.faq-bg .faq .faq-con{
    padding: 0px 0px 0px 0px;
}

.faq-bg .faq .faq-con ul{
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
    text-align: center;
    position: relative;
}

.faq-bg .faq .faq-con ul li{
    display: inline-block;
    padding: 0px 28px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}

.faq-bg .faq .faq-con ul li a{
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
    background: #07dcae1f;
    padding: 6px 34px 6px 0px;
    border-radius: 22px 36px 0px 22px;
    border: 1px solid transparent;
    position: relative;
}

.faq-bg .faq .faq-con ul li a.active{
    color: #ffd800;
    border: 1px solid #08e1b2;
}

.faq-bg .faq .faq-con ul li a.active .faq-icon::after{
    position: absolute !important;
    content: '';
    display: block;
    border: 6px solid #08e1b2;
    left: -6px;
    top: -16px;
    border-radius: 50%;
    animation: pulse 3s linear infinite;
    width: 52px;
    height: 52px;
}

.faq-bg .faq .faq-con ul li a.active img {
    filter: hue-rotate(-6deg);
}

.faq-bg .faq .faq-con ul li a .faq-icon {
    position: relative;
}

.faq-bg .faq .faq-con ul li a .faq-icon img{
    width: 40px;
    background: #08e1b2;
    padding: 4px 4px;
    border-radius: 50px;
    margin: 0px 6px 0px 0px;
}

.faq-bg .faq .faqs {
    padding: 30px 0px 0px 0px;
}

.faq-bg .faq .faqs .rank-math-list {
    padding: 0px 0px 0px 0px;
}

.faq-bg .faq .faq-txt{
    padding: 0px 0px 40px 0px;
    text-align: center;
}

.faq-bg .faq .faq-txt  h1{
    font-family: Merienda, cursive;
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.faq-bg .faq .faq-txt  h1 span{
    color: #e60606;
}

.faq-bg .faq .faq-txt  h2{
    font-family: 'Montserrat';
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 12px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.rank-math-list-item {
    margin-bottom: 20px;
    padding: 16px 10px;
    position: relative;
    background: linear-gradient(45deg, #001f2c6b, transparent);
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #07deb096;
}

.rank-math-list-item .rank-math-question {
    margin: 0;
    cursor: pointer;
    padding: 0px 26px 0px 10px;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16px;
    font-weight: 400;
    color: #00ffc8;
}

.rank-math-list-item .rank-math-answer p {
    margin: 0px;
    padding: 8px 0px 0px 18px !important;
    font-family: 'Sofia Sans Semi Condensed';
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.rank-math-list-item .rank-math-answer a{
    color:#ffd800;
    font-weight: 400;
}

.rank-math-list-item .rank-math-answer a:hover{
    color:#fff;
}


.rank-math-list-item .rank-math-question:after {
    content: "+";
    font-size: 18px;
    color: #07deb0;
    font-weight: 700;
    position: absolute;
    right: 14px;
    top: 14px;
    font-family: 'Sofia Sans Semi Condensed';
    transition: 0.7s;
    border: 1px solid #07deb082;
    width: 21px;
    height: 22px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.rank-math-list-item .rank-math-question.open:after {
    content: "-";
    color: #06c59c;
    position: absolute;
    border: 1px solid #07deb0;
    top: 14px;
    transition:0.7s;
}


.rank-math-list-item .rank-math-answer {
    margin: 0;
    display: none;
}


/************************support-bg*************************/








@media only screen and (min-width: 1550px){
	
}


@media only screen and (max-width: 1199px){

    .top_bg .top1 li {
        margin: 0px 0px 5px 0px;
    }

    .main-menu__link {
        font-weight: 400 !important;
        font-size: 14px !important;
        width: 142px !important;
    }
    .header-main {
        top: 80px !important;
        left: 80px !important;
    }
    .section {
        padding: 80px 0px 50px;
    }

    .banner-bg .sta h1 {
        font-size: 24px;
        padding: 14px 0px 0px 0px;
        text-align: center;
    }
    .banner-bg .sta ul {
        text-align: center;
    }
    .banner-bg .sta ul li {
        padding: 10px 30px;
    }
    .banner-bg .sta ul li .sta1 {
        text-align: left;
    }
    .banner-bg .sta ul li .sta1 h1 {
        text-align: left;
    }
    .banner-bg .sta {
        padding: 22px 0px 0px 0px;
    }

    .about-bg .payment h1 {
        font-size: 24px;
    }

    .plan-bg .plan .plans ul li {
        padding: 0px 2px;
    }
    .plan-bg .calculator h1 {
        font-size: 24px;
    }
    .plan-bg .calculator img {
        width: 27%;
    }
    .plan-bg .calculator .cal-lft ul li {
        padding: 0px 6px 0px 0px;
    }
    .plan-bg .calculator {
        padding: 40px 0px 0px 0px;
    }

    .referrals-bg .referrals .ref-lft .ref-head p {
        width: auto;
    }
    .referrals-bg .referrals .ref-rht p {
        color: #ffffffde;
        font-size: 15px;
        font-weight: 400;
        padding: 0px 0px 12px 0px;
        line-height: 1.4;
    }

    .transactions-bg .transactions .trans-lft .table1 {
        width: 90%;
    }

    .faq-bg .faq .faq-con ul li {
        padding: 0px 14px;
    }
    .rank-math-list-item {
        padding: 16px 2px;
    } 
    .top_bg .t-t ul li {
    padding: 0px 1px;
    }

}

@media only screen and (max-width: 991px){


.video .cctv-time {
    width:70%;
    position: absolute;
    top: -3px;
    right: -38px;
}

.nav-tabs .nav-link {
    margin: 14PX 30PX;
}
.plan-bg .calculator .cal-rht ul li {
        width: 23%;
}
.cert_img{
  margin: 20px 0px;  
}
    
    .top_bg {
        background: linear-gradient(45deg,#006858, #006858);
        border-bottom: 1px solid #ffd70061;
    }

    .section {
        padding: 50px 0px 0px;
        text-align: center;
        height: unset !IMPORTANT;
    }

    .fp-tableCell{
        height: unset !important;
    }

    .banner-bg .ban-txt {
        text-align: center;
    }
    .banner-bg .ban-txt p {
        width: auto;
    }
    .banner-bg .ban-txt .but {
        padding: 30px 0px 0px;
    }
    .banner-bg .sta h1 {
        padding: 14px 0px 10px 0px;
    }
    .banner-bg .sta ul li {
        padding: 16px 20px;
    }
    .banner-bg .ban-txt .ban-rht {
        display: none;
    }

    .about-bg .about {
        text-align: center;
    }
    .about-bg .about .abt-lft p {
        text-align: center;
    }
    .about-bg .about .abt-lft .but ul li {
        padding: 0px 20px;
        margin: auto;
        width: fit-content;
    }
    .about-bg .payment img {
        width: 30%;
    }

    .plan-bg .plan .plans ul {
        display: inline-block;
    }
    .plan-bg .plan .plans ul li {
        padding: 0px 2px;
        margin: 10px 20px;
        width: 33%;
    }
    .plan-bg .calculator .cal-lft {
        padding: 20px 0px 30px;
    }

    .referrals-bg .referrals .ref-lft ul li {
        display: inline-block;
    }
    .referrals-bg .referrals .ref-lft ul .ref1 {
        margin: 10px 30px;
    }
    .referrals-bg .referrals .ref-rht {
        width: 61%;
        margin: 40px auto 20px;
    }

    .transactions-bg .transactions .trans-lft .table1 {
        width: 54%;
        margin: 20px auto 50px;
    }

    .faq-bg .faq h1 {
        padding: 0px 0px 10px 0px;
        text-align: center;
    }
    .faq-bg .faq .faq-con ul li {
        padding: 10px 30px;
    }
    .rank-math-list-item {
        text-align: left;
    }
    .faq-bg .faq .faqs {
        padding: 16px 0px 0px 0px;
    }

    .about-bg .about .abt-rht .abt-rht-img{
        display: none;
    }
    .top_bg .t-t ul li {
    padding: 0px 10px;
    }
    
    

}

@media only screen and (max-width: 767px){
  
  .video .cctv-time{
        width: 36%;
        position: absolute;
        top: -3px;
        right: -4px;
  }
  
  
    .top_bg .t-t ul {
        text-align: center;
    }
    .top_bg .t-t ul .tele h3 {
        display: none;
    }

    .about-bg .payment img {
        width: 24%;
    }
    .plan-bg .plan p {
        width: auto;
    }
    .plan-bg .plan .plans ul li {
        width: auto;
    }
    .plan-bg .calculator img {
        width: 22%;
    }

    .referrals-bg .referrals .ref-rht {
        width: 78%;
    }

    .transactions-bg .transactions .trans-lft .table1 {
        width: 74%;
    }
    .faq-bg .faq .faq-con ul {
        margin: 10px 0px 10px 0px;
    }
    .faq-bg .faq .faq-con ul li {
        padding: 10px 10px;
        width: 245px;
    }


}
	
@media only screen and (max-width: 575px){	

    .nav-tabs .nav-link{
        margin: 14PX 15PX;
    }
    .banner-bg{
        overflow: hidden;
    }
    .faq-bg .faq .faq-con ul li:nth-child(1) {
        width: 64%;
    }

    .video .cctv-time1{
        right: -121px;
    }
    .video .cctv-time {
        width: 50%;
        right: 0px;
        position: absolute;
    }
    .head h1 {
        font-size: 25px;
    }
    .top_bg .col-xs-6{
         width: 40% !important;
         display: inline-block !important;
    }
    .top_bg a img {
        max-width: 100%;
    }

    .banner-bg .sta ul li {
        padding: 15px 10px;
        width: 49%;
    }
    .banner-bg .sta ul li .sta1 .sta-img::after {
        width: 47px;
        min-height: 47px;
        top: -4px;
        left: -5px;
    }
    .banner-bg .sta ul li .sta1 .sta-img img{
        width: 38px;
        padding: 4px 2px;
    }

    .about-bg .about h1 {
        font-size: 20px;
    }
    .about-bg .payment h1 {
        font-size: 16px;
    }
    .about-bg .about .abt-lft .but ul li {
        padding: 0px 0px;
    }
    .about-bg .about .abt-lft .but ul {
        display: flex;
    }

    .plan-bg .calculator h1 {
        font-size: 14px;
    }
    .plan-bg .plan h1 {
        font-size: 22px;
    }  
    
    .referrals-bg .referrals .ref-lft .ref-head h1 {
        font-size: 20px;
        padding: 0px 0px 6px 0px;
    }
    .faq-bg .faq h1 {
        font-size: 20px;
    }

    .banner-bg .ban-txt h1 {
        font-size: 28px;
    }
    .banner-bg .ban-txt h2 {
        font-size: 44px;
    }
    .plan-bg .plan .plans ul li {
        margin: 10px 10px;
    }
    .plan-bg .calculator .cal-rht ul{
        display: flex;
    }
    .plan-bg .calculator .cal-lft ul {
        display: flex;
    }
    .plan-bg .calculator .cal-lft ul li {
        width: 50%;
    }
    .plan-bg .calculator .cal-lft ul li select {
        width: 100%;
    }
    .plan-bg .calculator .cal-lft ul li input {
    width: 100%;
    }
    .plan-bg .calculator .cal-rht ul li {
        width: 50%;
    }
    .plan-bg .calculator .cal-rht ul li .cal-rht1 p {
        width: 100%;
    }
    .plan-bg .calculator .cal-rht ul li .cal-rht2 p {
        width: 100%;
    }

    .referrals-bg .referrals .ref-lft ul .ref1 {
        padding: 10px;
        margin: 10px 7px;
        border: 3px solid #005750;
    }
    .referrals-bg .referrals .ref-lft ul .ref1 h1 {
        font-size: 30px;
        font-weight: 800;
    }
    .referrals-bg .referrals .ref-lft ul .ref1::after {
        width: 80px;
        min-height: 80px;
        top: -7px;
        left: -9px;
    }
    .referrals-bg .referrals .ref-rht {
        padding: 45px 30px;
        width: 100%;
    }
    .referrals-bg .referrals .ref-rht p{
        font-size: 13px;
    }
    .transactions-bg .transactions .trans-lft .table1 {
        width: 100%;
    }
    .faq-bg .faq .faq-con ul li {
        padding: 10px 0px;
        width: 49%;
    }
    .faq-bg .faq .faq-con ul li a {
        font-size: 12px;
    }
    .faq-bg .faq .faq-con ul li a .faq-icon img {
        width: 34px;
    }
    .faq-bg .faq .faq-con ul li a.active .faq-icon::after {
        left: -9px;
        top: -18px;
    }

    

}


@media only screen and (max-width: 460px){	

}

@media only screen and (max-width: 360px){

}
























































