@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



@media (min-width: 1920px) {

    .container {

        max-width: 1370px;

    }

}



html {

    scroll-behavior: smooth;

}



body {

    font-family: 'Poppins', sans-serif !important;

    font-size: 22px;

    line-height: 32px;

    font-weight: 300;

    color: #000;

    margin: 0;

    padding: 0;

}



h1 {

    font-family: 'Poppins', sans-serif !important;

    font-size: 55px;

    line-height: 60px;

    font-weight: 400;

    color: #000;

    margin-bottom: 20px;

}



h2 {

    font-family: 'Poppins', sans-serif !important;

    font-size: 35px;

    line-height: 50px;

    font-weight: 600 !important;

    color: #000;

    margin-bottom: 30px;

}



h3 {



    font-family: 'Poppins', sans-serif !important;

    font-size: 25px;

    line-height: 26px;

    font-weight: 700;

    color: #000;

    text-transform: uppercase;

    margin-bottom: 20px;

}



h4 {

    font-family: 'Poppins', sans-serif !important;

    font-size: 18px;

    line-height: 26px;

    font-weight: 400;

    color: #000;

    margin-bottom: 20px;

}



p {

    font-family: 'Poppins', sans-serif !important;

    font-size: 16px;

    line-height: 23px !important;

    font-weight: 300;

    color: #000;

    margin-bottom: 25px;

}



a,

button {

    cursor: pointer;

    -webkit-transition: all 300ms ease-in-out !important;

    -moz-transition: all 300ms ease-in-out !important;

    -ms-transition: all 300ms ease-in-out !important;

    -o-transition: all 300ms ease-in-out !important;

    transition: all 300ms ease-in-out !important;

}



a:hover,

a:active,

a:focus,

button:hover,

button:active,

button:focus {

    text-decoration: none;

    box-shadow: none;

    outline: 0;

}



a {

    font-weight: 600;

}



ul {

    margin: 0;

    padding: 0;

}



.btn {

    box-sizing: border-box;

    border-radius: 3px;

    padding: 0.7rem 0.75rem !important;

    font-weight: 500;

}



.common {

    margin: 58px 0px 0px 0px;

}



.section-title {

    margin-bottom: 45px;

}



.common-box {

    padding-left: 100px;

    padding-right: 100px;

}



.header-btn {

    border: 1px solid #FF7523;

    box-sizing: border-box;

    border-radius: 3px;

}



.header-btn:hover {

    border: 1px solid #0072b8;

    box-sizing: border-box;

    border-radius: 3px;

    /*color: #fff !important;*/

    background: #FFF;

}



.nav-link:hover,

.nav-link:focus {

    text-decoration: none;

    color: #0072b8 !important;

}



.nav-link {

    padding-right: 1.5rem !important;

    padding-left: 1.5rem !important;

    font-family: Poppins;

    font-style: normal !important;

    font-weight: 600 !important;

    font-size: 15px !important;

    line-height: 27px !important;

    text-align: center !important;

    text-transform: capitalize !important;

    color: #FF7523 !important;

}



.nav-link span {

    margin-right: 8px;

}



.bgimage {

    padding: 200px 0;

    background: url('https://comwave.net/ComwaveLanding/images/banner.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: relative;

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-align-items: center;

    align-items: center;

}



.bgimage h5 {

    font-weight: 900;

    text-transform: uppercase;

    color: #000000;

}



.bgimage h2 {

    font-weight: 900 !important;

    font-size: 36px;

    /*line-height: 72px;*/

    color: #000000;

}



.bgimage span {

    color: #0072B8;

}







.banner-btn {

    background: #0072B8;

    margin-top: 20px;

    color: #fff;

    border: 2px solid transparent;

    

    padding: 15px 30px !important;



}



.banner-btn:hover {

    background: transparent;

    color: #0072B8 !important;

     border: 2px solid #0072B8;

}



.card-top {

    border: 1px solid #DDDDDD;

    box-sizing: border-box;

    border-radius: 4px;

    text-align: center;

    padding: 15px;

    margin-bottom: 40px;

    position: relative;

}



.round-box {

    position: absolute;

    top: -30px;

    right: -15px;

    text-transform: uppercase;

    /*background: #000;*/

    border-radius: 50%;

    width: 68px;

    font-weight: 500;

    height: 68px;

    font-size: 10px;

    padding: 19px 0px;

    color: #fff;

}



.main-card .card-top {

    border: 1px solid #DDDDDD;

    box-sizing: border-box;

    border-radius: 4px;

    text-align: center;

    padding: 15px;

    margin-bottom: 40px;

}



.main-card .round-box {

    position: absolute;

    top: -49px;

    right: -21px;

    text-transform: uppercase;

    /*background: #000;*/

    border-radius: 50%;

    width: 68px;

    font-weight: 500;

    height: 68px;

    font-size: 10px;

    padding: 19px 0px;

    color: #fff;

}



.orangebg {

    background: #FF7523;

}



.bluebg {

    background: #0072B8;

}



.card-bottom {

    border: 1px solid #DDDDDD;

    box-sizing: border-box;

    border-radius: 4px;

    text-align: center;

    padding: 15px;



}



.card-top h5 {

    font-weight: 600;

    font-size: 18px;

    text-align: center;

    color: #000000;

    margin-bottom: 0;

}



.main-card.abc .card-top{

    border: 1px solid #FF7523;

     box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);

}



.main-card.abc .card-bottom{

    border: 1px solid #FF7523;

     box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);

}



.main-card .card-bottom a{

    pointer-events: none;

   cursor: default;

}



.main-card.abc .card-bottom a{

    background:#FF7523;

    color:#fff;

    pointer-events: auto;

   cursor: pointer;

   

}



.main-card.abc .card-bottom a:hover{

    background:#fff;

    color:#FF7523 !important;

    border:1px solid #FF7523 !important;

   

}





.bold-heading {

    font-weight: 700 !important;

    font-size: 35px;

    line-height: 32px;

}



.bold-heading span {

    font-weight: 600;

    font-size: 20px;

}



.bold-heading sup {

    font-weight: 600;

    font-size: 15px;

    vertical-align: super;

}



.main-card p {

    font-size: 16px;

}



.main-card span {

    font-weight: 600;

    font-size: 20px;

}



.main-card sup {

    font-weight: 600;

    font-size: 15px;

    vertical-align: super;

}



.main-card p {

    font-size: 16px;

}



.orange {

    color: #FF7523;

    font-weight: 600;

}



.blue {

    color: #0072B8;

    font-weight: 600;

}



.bold-cap {

    font-weight: 600;

    text-transform: uppercase;

    font-size: 21px;

}



.card-bottom a {

    border: 1px solid #FF7523;

    box-sizing: border-box;

    border-radius: 4px;

    padding: 7px 55px;

    color: #FF7523;

    font-weight: 600;

}



.card-bottom a:hover {

    border: 1px solid #FFF;

    color: #fff !important;

    background: #FF7523;

    font-weight: 600;

}



.card-bottom-active a:hover {

    border: 1px solid #FF7523;

    color: #FF7523;

    font-weight: 600;

    background: #fff;

}



.card-bottom-active a {

    border: 1px solid #FFF;

    color: #fff;

    background: #FF7523;

    font-weight: 600;

    box-sizing: border-box;

    border-radius: 4px;

    padding: 7px 55px;

}



.main-card {

    margin-bottom: 30px;

    position: relative;

}



.single-card {

    border-radius: 4px;

    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);

    padding: 50px;

    margin-top: 30px;

    background: #fff;

}



.single-card .single-round {

    width: 80%;

    margin: 0 auto 40px;

    border-radius: 100%;

}



.box {

    width: 0;

    height: 0;

    border-left: 20px solid transparent;

    border-right: 20px solid transparent;

    border-bottom: 20px solid #ffffff;

    position: absolute;

    top: 3%;

    left: 50%;

}



.channel-box {

    border: 1px solid #ccc;

    width: 65px;

    height: 55px;

    padding: 5px;

    text-align: center;

    margin-left: 5px;

    margin-bottom: 5px;

}



.left-txt {

    text-align: left;

}



.right-txt {

    text-align: right;

}



.l-r-f {

    display: flex;

}



.single-card a {

    color: #0072B8;

}



.common-btn {

    border: 0;

    display: inline-block;

    color: #fff !important;

    background: #FF7523;

    border-radius: 4px;

    padding: 10px 25px;

    text-align: center;

    text-decoration: none;
cursor: pointer;


}



.icon-img {

    margin-left: auto;

    margin-right: auto;

    width: 70px;

    height: 70px;



    margin-bottom: 19px;

    border: 1px solid #e9e9e9;

    padding: 17px;

    border-radius: 50px;

}



.footer {

    padding: 30px 0;

    border-top: 1px solid #e6e6e6;

}



.contact-main-heading {

    font-weight: 800 !important;

    font-size: 35px !important;

    line-height: 46px;

    color: #000000;

}



.contact-right h6 {

    font-weight: 500;

    font-size: 20px;

    line-height: 30px;

    text-align: center;

    color: #000000;

}



.contact-right h6 span {

    font-weight: 500;

    font-size: 20px;

    line-height: 30px;

    text-align: center;

    color: #0072B8;



}



.contact-right h2 a {

    font-weight: bold;

    font-size: 36px;

    line-height: 54px;

    /* identical to box height */



    text-align: center;

    text-transform: uppercase;



    /* orange */



    color: #FF7523;

}



.contact-right img {

    margin-bottom: 15px;

}



.contact-right p {

    font-weight: normal;

    font-size: 14px;

    line-height: 21px;

    /* identical to box height */





    color: #000000;



    opacity: 0.5;

}



.contact-right {

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: center;

    justify-content: center;

    height: 100%;

    margin-top: auto;

    border: 1px solid #FF7523;

    box-sizing: border-box;

    padding: 80px 15px;

    box-shadow: 0px 4px 35px rgb(0 0 0 / 20%);

    border-radius: 4px;

}



.contact {

    margin-bottom: 58px;

}



.contact-main-heading span {

    color: #FF7523;

}



.contact-sub-heading {

    text-transform: capitalize;

    font-weight: normal;

    font-size: 23px;

    line-height: 32px;

    color: #000000;

}



.form-control {

    display: block;

    width: 100%;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    line-height: 1.5;

    margin-bottom: 12px;

    margin-top: 16px;

    color: #495057;

    background-color: #fff;

    background-clip: padding-box;

    border: none !important;

    border-bottom: 1px solid #ff7523 !important;

    border-radius: 0 !important;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}



.form-block {

    border: 1px solid #ccc;

    box-sizing: border-box;

    border-radius: 4px;

    text-align: center;

    padding: 15px;

    margin-bottom: 40px;

}



.form-block-active {

    border: 1px solid #FF7523;

    box-sizing: border-box;

    border-radius: 4px;

    text-align: center;

    padding: 15px;

    margin-bottom: 40px;

    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);

}



.contact-form-heading {

    text-transform: capitalize;

    margin-top: 0px;

    margin-bottom: 36px;

}



/*================Testimonial===========*/

.testimonial {

    padding: 80px 0;

}



.testi-header {

    text-align: center;

}



.testi-header h2 {

    font-weight: 600;

    font-size: 36px;

    line-height: 54px;

    text-align: center;

    color: #000000;

}



.testi-header h3 {

    font-style: normal;

    font-weight: bold;

    font-size: 48px;

    line-height: 72px;

    text-align: center;

    color: #FF7523;

}



.testi-content {



    padding: 35px;

}



.test-box {

    border-radius: 5px;

    background: #fff;

    border: 1px solid #ccc;

    margin: 0 10px;

    padding: 40px;

    position: relative;

    /*opacity: 0.5;*/

  

}



.testi-cnt h3 {

    font-size: 18px;

    line-height: 24px;

    font-weight: 600;

    height: 80px;

    text-transform: none;

    margin-bottom: 20px;

}



.testi-cnt p {

    min-height: 150px;

    font-size: 16px;

    line-height: 22px;

    color: #0072B8;

}





.test-meta p {

    font-weight: 500;

    text-transform: uppercase;

    margin: 10px;

}



.test-meta {

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-align-items: center;

    align-items: center;

}





.testi-content .slick-slide {

    padding-top: 30px;

}



.testi-quote {

    position: absolute;

    top: -25px;

}



/*.testi-content .slick-center .test-box {*/

/*    opacity: 1;*/

/*}*/



.testi-content .slick-dots {

    text-align: center;

    margin-top: 50px;

}



.testi-content .slick-dots li {

    position: relative;

    display: inline-block;

    width: 20px;

    height: 20px;

    margin: 0 5px;

    padding: 0;

    cursor: pointer;

}



.testi-content .slick-dots li button {

    font-size: 0;

    line-height: 0;

    display: block;

    width: 2px;

    height: 2px;

    padding: 3px;

    cursor: pointer;

    color: transparent;

    outline: none;

    background: #FF7523;

    border: 1px solid #fff;

    border-radius: 100%;

    opacity: .5;

}



.testi-content .slick-dots li.slick-active button {

    width: 16px;

    height: 16px;

    background: #FF7523;

    opacity: 1;

}



.bgimage-sec {

    background: url('https://comwave.net/ComwaveLanding/images/image1.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: relative;

    margin-bottom: 300px;

    height:75vh;

}



.box-content {

    max-width: 70%;

    padding: 40px;

    background: #fff;

    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2);

    position: absolute;

    right: 0;

    bottom: -200px;

}



.box-content .heading-box {



    font-family: 'Poppins', sans-serif !important;

    font-size: 25px !important;

    line-height: 25px;

    font-weight: 700;

    color: #000;

    text-transform: capitalize;

    margin-bottom: 20px;

    text-align: center;

}



.choose-cnt-boxes.active {

    display: block;

}



.choose-cnt-boxes {

    display: none;

}



.choose-cnt-boxes1.active {

    display: block;

}



.choose-cnt-boxes1 {

    display: none;

}



.bor {



    border-right: 1px solid #ccc;

}



.single-card h3 {

    margin-bottom: 27px;

    text-transform: capitalize;

    font-size: 19px;

}







.check-list ul li:before {

    content: '';

    width: 12px;

    height: 10px;

    position: absolute;

    left: -21px;

    top: 9px;

    background: url(https://comwave.net/ComwaveLanding/images/check.png);

}



.check-list ul li {

    margin-bottom: 0 !important;

    line-height: 30px;

    list-style: none;

    display: block;

    position: relative;

    margin-left: 20px;

}



.check-list ul {

    margin: 0;

    padding: 0;

}



.check-list {

    margin-bottom: 20px !important;

}



.card-content {

    background: #FFFFFF;

    border: 1px solid #ccc;

    border-radius: 4px;

    text-align: center;

    margin: 0 15px;

    opacity: 0.5;

    padding: 15px;

    position: relative;

}



.choose-slider .slick-slide {

    padding-top: 60px;

}



.slick-track {

    position: relative;

    top: 0;

    left: 0;

    display: block;

    margin-left: auto;

    margin-right: auto;

    margin-top: 0px;

}



.slick-center .card-content {

    opacity: 1 !important;

    border: 1px solid #FF7523 !important;

    background: #fff;

}



.slide-arrow {

    width: auto;

    height: auto;

    border: none;

    background: transparent;

    position: absolute;

    top: 50%;

    z-index: 9;

}



.prev-arrow {

    left: 0;

}



.next-arrow {

    right: 0;

}



.slick-slide img {

    display: unset !important;

}



* {

    box-sizing: border-box

}



/* Style the tab */

.tab1 {

   

    border: 1px solid #fff;

    background-color: #fff;

    width: 60%;

    text-align: center;

}



.tab2 {

   

    border: 1px solid #fff;

    background-color: #fff;

    width: 60%;

    text-align: center;

}



/* Style the buttons that are used to open the tab content */

.tab1 button {

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;



    background-color: white;

    padding: 12px 16px;

    width: 100%;

    border: none;

    outline: none;

    text-align: left;

    cursor: pointer;

    transition: 0.3s;

}



.tab2 button {

    display: block;

    background-color: inherit;

    /* color: black;*/

    padding: 12px 16px;

    width: 100%;

    border: none;

    outline: none;

    text-align: left;

    cursor: pointer;

    transition: 0.3s;

}



.tabcontent .card-content {

    opacity: 1;

}



.tab1 img {

    margin-top: 20px;

    margin-bottom: 20px;

}



.tab2 img {

    margin-top: 20px;

    margin-bottom: 20px;

}



.tabcontent h3,

.tab1 h3,

.tab2 h3 {

    font-weight: 600 !important;

    font-size: 17px !important;

    line-height: 30px !important;

    text-align: center !important;

    text-transform: capitalize !important;

    color: #000000;

}



/* Change background color of buttons on hover */

.tab1 button:hover {

    background-color: #fff;

}



.tab2 button:hover {

    background-color: #fff;

}



.line {

    opacity: 0.5;

    margin: 40px 0;

    border-bottom: 1px solid #000000;

}

.tab1 button{
    border-bottom: 1px solid #e4e4e4;
}

.tab1 button.act{
    background-color: #fff;
    color: #ff7523;;
}







.tab2 button {

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    padding: 0;

}



/* Style the tab content */

.tabcontent {

    /* float: right;*/

    padding: 0px 12px;

    border: 1px solid #fff;

    width: 40%;

    border-left: none;



}







.myinput2 {

    margin-right: 23px;

}



.ckeckimg {

    position: relative;

}



.ckeckimg img {

    position: absolute;

    top: -62px;

    left: 0;

    right: 0;

    margin: 0 auto;

}



input[type='checkbox']:after {

    width: 20px;

    height: 20px;

    border-radius: 2px;

    top: 0;

    left: 0;

    position: relative;

    background-color: #fff;

    content: '';

    display: inline-block;

    visibility: visible;

    border: 1px solid #fd7423;

}



input[type='checkbox']:checked:after {

    width: 20px;

    height: 20px;

    border-radius: 0px;

    top: 0;

    left: 0;

    position: relative;

    background-image: url('https://comwave.net/ComwaveLanding/images/Group 226.png');

    content: '';

    display: inline-block;

    visibility: visible;

    border: none;

}



.form-check-input {

    position: absolute;

    margin-top: 0.3rem;

    margin-left: -27px !important;

}





input[type='radio']:after {

    width: 24px;

    height: 24px;

    border-radius: 15px;

    top: -2px;

    left: -1px;

    position: relative;

    background-color: #fff;

    content: '';

    display: inline-block;

    visibility: visible;

    border: 2px solid #fd7423;

}



input[type='radio']:checked:after {

    width: 24px;

    height: 24px;

    border-radius: 0px;

    top: -2px;

    left: -1px;

    position: relative;

    background-image: url('https://comwave.net/ComwaveLanding/images/Group 135.png');

    content: '';

    display: inline-block;

    visibility: visible;

    border: none;

}



/*.slick-slide:not(.slick-active) {*/

/*    opacity: 0.5;*/

/*}*/



.modal-content {



    border-radius: 15px !important;

    outline: 0;

}



.boxxx {

    display: inline-block;

    border: 1px solid #ccc;

    padding: 5px 30px;

    color: #000;

}



b,

strong {

    font-weight: 600 !important;

}



.contact-form {

    padding: 0 25px;

}



.common-btn:hover {

    background: #0072b8;

    color: #fff !important;

}



a:hover {

    color: #ff7523 !important;

}



.contact-right h2 a:hover {

    color: #0072b8 !important;

}



.navbar-toggler {

    padding: 0.25rem 0.75rem;

    font-size: 1.25rem;

    line-height: 1;

    background-color: #0072b8 !important;

    position: absolute;

    right: 0;

    top: 35px;

}



.tabcontent .card-content {

    margin: 0;

}





.navbar-brand img{

    max-width: 200px;

}







.tab1 label{

    width: 100%;

    text-align: center;

    margin-bottom: 0;

}



.tab1 button{

    cursor:auto;

}



.tab1 button:focus{

    outline: 0 !important;

    

}



.people ul li{

    display: block;

    margin-bottom: 10px;

    text-align: left;

}



.tab2 label{

    margin-bottom: 0;

    margin-left: 15px;

    text-transform: capitalize;

}









.contact-form label{

    margin-left: 15px;

    margin-bottom: 0;

}



.speed-btm ul{

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-justify-content: space-between;

justify-content: space-between;

}



.speed-btm ul li{

    display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

}





.speed-top ul{

     display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-justify-content: space-between;

justify-content: space-between;

}



.speed-top ul li{

    display: -webkit-box;

display: -moz-box;

display: -webkit-flex;

display: -ms-flexbox;

display: flex;

    border:1px solid #DDDDDD;

    padding: 15px 30px;

    padding-left: 5px;

    border-radius: 5px;

    position: relative;

}



/* .speed-top ul li.act{

    border:1px solid #FF7523;

} */





.plan-tag{

    position: absolute;

    top: -30px;

    right: -30px;

}







/* Arrows */

.slider-nav .slick-prev,

.slider-nav .slick-next {

    font-size: 0;

    line-height: 0;

    position: absolute;

    top: 50%;

     transform: translateY(-50%);

    display: block;

    width: 40px;

    height: 40px;

    padding: 0;

    cursor: pointer;

    border: none;

    outline: none;

    background-color: transparent;

    

}



.slider-nav .slick-prev:hover,

.slider-nav .slick-next:hover {

    opacity: 0.75;

}



.slider-nav .slick-prev {

    left: 0;

    right: auto;
z-index: 9;
}



.slider-nav .slick-prev:before {

    content: url("../images/prev.png");

}



.slider-nav .slick-next {

    left: auto;

    right: 0;

}



.slider-nav .slick-next:before {

    content: url("../images/next.png");

}





.p-con h3,

.p-con h6{

    text-transform: capitalize;

}





.slider-nav .slick-list {

    padding-top: 40px !important;

}





































