*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
/* .carousel-item{
    background-image: url('../images/banner.png');
    background-size: cover;
} */
.navbar-brand-logo{
    max-width: 170px !important;
}
.dropdown-toggle::after{
    border:none;
}
.navbar .dropdown-menu{
    border-top: 0.1875rem solid #EA112E !important;
}
.dropdown-menu.slideInUp{
    animation-duration: 300ms;
}
.call-btn i{
    color: #EA112E;
    margin-right: 10px;
    font-size: 20px;
}
.call-btn .menu-text{
    padding: 18px 20px !important;
}
.call-btn{
    background-color: #E5F3FF;
    border-radius: 28.7962px;
    /* padding: 5px; */
    margin-left: 12px;
    position: relative;
}
.call-btn a{
    /* color: #EA112E; */
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    padding: 5px !important;
}
.call-btn-div{
    width: 50px;
}
.btn-name{
    align-items: center;
    display: flex;
    padding: 0 10px;
}
.call-btn a span{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color:#000;
}
.menu-text{
    font-weight: 400;
    font-size: 16px;
    color:#000;
}
.main-logo{
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    top:0;
    padding-bottom: 10px !important;
    text-align: center;
}
#site-logo{
    transition: all 0.35s;
}
#header{
    background-color: #fff;
    padding: 13px 0;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 9%);
}
.slide-con-custom h2{

    font-weight: 700;
    font-size: 35px;
    line-height: 20px;
}
.slide-con-custom h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0;
}
.slide-con-custom h6{

    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.carousel-caption{
    top:122px;
    text-align: left !important;
    width:500px;
}
.slide2-content{
    left:700px !important;
}
.slide-btn .register-btn{
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
    border-radius: 8px;
    color:#fff;
    border: 1px solid #FF5147;
}
.slide-btn .learn-btn{
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
    border-radius: 8px;
    color:#000;
    border: 1px solid #FF5147;
}
.slide-btn .learn-btn{
    padding: 10px 20px;
    margin-right: 15px;
}
.slide-btn .learn-btn:hover{
    background-color: #FF5147;
    color:#fff;
}
.slide-btn .register-btn{
    background-color: #FF5147;
    padding: 10px 30px;
}
.slide-btn .register-btn:hover{
    background-color: transparent;
    color:#000;
}
.slide-btn{
    margin-top: 18px;
}
.footer_t_left1{
    display: flex;
}
.footer-div{
    background-color: #1C1C26;
}
.footer_t_center ul,.social-block ul{
    list-style: none;
    padding-left: 0;
}
.footer-content p,.footer-content a{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color:#fff;

}
.footer-content p,.footer-content p{
    margin-left: 10px;
}
.footer_t_center ul li a{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
}
.social-block h3{
    font-weight: 500;
    font-size: 22px;
    color:#fff;
    margin-bottom: 20px;
}
.social-block ul{
    display: flex;
    justify-content: space-between;
}
.social-block ul li a i{
    color: #fff;
    font-size: 22px;
}
.footer-bottom{
    background-color: #fff;
    padding:15px 0;
}
.foo-left-copy{
    font-weight: 500;
    font-size: 15px;
    color:#000;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.footer-bt-left{
    display: inline-flex;
}
.footer-bt-left ul li span{
    margin: 9px;
}
.footer-bt-left ul li{
    padding-right: 0 !important;
    ;
}
.footer-bt-left ul li a,.foo-left-copy a{
    font-weight: 500;
    font-size: 15px;
    color:#000
}
.footer_t_center ul li a:hover,.footer-content p a:hover,.social-block ul li a i:hover,.foo-left-copy a:hover,.footer-bt-left ul li a:hover,.navbar-light .navbar-nav .nav-link:hover{
    color: #FE0000 !important;
}


/************About Us css***************/
.about-us-section{
    position: relative;
    padding: 70px 0 0 0;

}
.about-us-section::after{

    content:'';
    background-image: url('../images/buildings.png');
    background-repeat: no-repeat;
    /* background-size: contain; */
    position: absolute;
    display: inline-block;
    width: 65%;
    height: 18%;
    top: 396px;
    z-index: -1;
}
.about-title{
    color: #FD0001;
    font-weight: 500;
    font-size: 22px;
}
.about-sub-title{
    font-weight: 600;
    font-size: 40px;
    color: #000;
}
.about-content p{
    color: #27292A;
    font-weight: 400;
    font-size: 17px;
    margin: 20px 0 40px 0;
}
.left-btn{
    background: #FF5147;
    border-radius: 5px;
    display: inline-flex;
    padding: 5px 10px 5px 5px;
}
.left-btn .btn-text{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.right-btn{
    display: inline-flex;
    background: #FFFFFF;
    border: 1px dashed #FF5147;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
    position: absolute;
    top: 46px;
    right: 100px;
}
.right-btn .btn-text1{
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}
.arrow-img{
    display: flex;
    align-items: center;
}
.dashed-line{
    width: 244px;
    text-align: center;
}
.dashed-line1{
    position: absolute;
    top: 101px;
    right: 192px;
    z-index: -1;
}
/* .position-relative{position: relative;} */
.bus-image{
    margin-bottom: -17px;
}



/************Our Services css***************/

.our-services-section{
    background-image: url('../images/services-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 60px 0px;
}
.service-title{
    font-style: italic;
    margin-bottom: 40px;
}
.service-block-title{
    font-weight: 600;
    font-size: 20px;
    color:#000;
    margin-bottom: 10px;
}
.service-block-para{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color:#000;
}
.service-block{
    background: #F8F8F8;
    box-shadow: 0px 17px 34px -10px rgba(0, 0, 0, 0.1);
    min-height: 261px;
    height: 100%;
}
.service-block-content{
    padding: 15px;
}
.text-center{
    padding: 20px 0;
}
.service-block:hover img{
    transform: scale(1.2);
    transition: 0.5s;
}
.service-img{
    overflow: hidden;
}

/************Working mobilities css***************/

.working-modality-section .working-title-img img{
    width: auto;
    margin: auto;
}
.working-content{
    font-weight: 400;
    font-size: 14px;
    color: #4C4C4C;

}
.working-title-img{
    margin-bottom: 25px;
}
/* .working-modality-section .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px !important;
}
.working-modality-section .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px !important;
} */
.working-modality-section .arrow_left {
    left: -45px;
    position: absolute;
    top: 50%;
    font-size: 36px;
    cursor: pointer;
}
.working-modality-section .arrow_right{
    right: -45px;
    position: absolute;
    top: 50%;
    font-size: 36px;
    cursor: pointer;
}
.working-modality-section .item{
    padding: 0 15px;
}


/*************Group section**************/

.group-company-section{
    background-image: url('../images/group-company-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 40px;
}
.group-title h3{
    background: #FFE35C;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    color:#000;
    display: inline;
    padding: 5px 14px;
}
.group-company-section .item{
    padding: 0 10px;
    position: relative;
}
.group-company-section .arrow_left,.group-company-section .arrow_right{
    color: #FF5147;
    background: #fff;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 38%;
}

.group-company-section .arrow_right{
    right: 0;
}
.group-block-title h4{
    background: #FFE35C;
    border-radius: 30px 30px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    color:#000;
    display: inline;
    padding: 5px 20px;
}
.group-block-title{
    position: absolute;
    bottom: -17px;
    left: 117px;
}
.group-title{
    margin: 15px 0;
}




/***********Qualities css****************/

.quality-content{
    color: #4C4C4C;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;

}
.item1 {
    grid-row-end: span 2;
}
.qualities-section .item1:hover img,.qualities-section .item2:hover img,.qualities-section .item3:hover img,.qualities-section .item4:hover img,.qualities-section .item5:hover img{
    transform: scale(1.1);
    transition: all 0.35s;
}
.qualities-section .item1,.qualities-section .item2,.qualities-section .item3,.qualities-section .item4,.qualities-section .item5{
    overflow: hidden;

}


/***********Client Section****************/

.client-title{
    color: #9A9A9B;
    font-weight: 400;
    font-size: 28px;
    margin-top: 30px;
}
.client-slider img{
    width: auto !important;
}
.client-slider .slick-slide{
    text-align: center;
    padding: 0 8px;
}
.client-slider .slick-track{
    display: flex;
    align-items: center;
}

/************Download css***************/

.download-section{
    padding-top: 50px;
}
.download-left-section{
    display: flex;
}
.download-title{
    font-weight: 600;
    font-size: 30px;
    color:#000;
    line-height: 41px;
}
.download-text{
    font-weight: 400;
    font-size: 16px;
    color: #4C4C4C;
    margin: 20px 0 40px 0;
}
.phone-img,.download-content{
    width: 50%;
}
.download-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.download-right-section{
    display: flex;
    align-items: end;
}



/*************Student reg form page*****************/


.std-form{
    width: 850px;
    margin: 0 auto;
    padding: 100px 0;
}
.std-form h2{
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    padding-bottom: 40px;
    position: relative;
}
.std-form h2::after{
    content: '';
    width: 175px;
    height: 13px;
    border-bottom: 3px solid #FE0000;
    display: block;
    margin: 0 auto;
}
.std-form form{
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    padding: 30px;
}
.std-form label{
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.std-form .btn{
    background-color: #FE0000;
    color:#fff;
}
.std-form #birth_date{
    padding: 6px;
}
.std-form .calculate-btn{
    align-items: center;
    display: flex;
    margin-left: 30px;
}
.std-form .calculate-btn .btn{
    padding: 4px;
    font-size: 14px;
}
.std-form .input-width{
    width: 380px;
}
.std-form .d-flex1{
    display: flex;
}
.std-form .d-flex{
    justify-content: space-between;
}
.std-form .d-flex1 h3{
    align-items: center;
    display: flex;
    margin-left: 30px;
    font-size: 17px;
}
.std-form .file-choose{
    align-items: end;
    display: flex;
}
.std-form .submit-btn{
    text-align: center;
    margin: 20px 0;
}
.std-form .submit-btn .btn,.std-form .calculate-btn .btn{
    border: 2px dashed #FE0000;
}
.std-form .submit-btn .btn:hover,.std-form .calculate-btn .btn:hover{
    background-color: transparent;
    color: #000;
}
.std-form .dropdown-select{
    padding: 0.6125rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(33,50,91,.1);
}


/*********Contact us page css****************/
.inner-banner-section{
    background-image: url('../images/group-company-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner-text{
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding: 70px 0;
}
.cnt-wrapper-left{
    background-image: -webkit-linear-gradient( -110deg, #FF5147 0%, #FF5147 100%);
    position: relative;
    z-index: 1;
    padding: 60px;
}
.cnt-wrapper-left h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.cnt-wrapper-left:after {
    position: absolute;
    content: "";
    background: url(../images/World-Map-Transparent-Background.png);
    top: 60%;
    height: calc(100% - 200px);
    width: 100%;
    left: 0px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: -1;
    background-position: top;
}
.padding-zero{
    padding-right:0 !important;
}
.padding-zero1{
    padding-left:0 !important;
}
.contacdetails{
    margin:60px 0;
}
.cnt-wrapper-right,.cnt-wrapper-right iframe,.cnt-wrapper-left,.contact-mapwrapper{
    height: 100%;
}
.contact-numbers{
    display: flex;
    margin: 15px 0;
}
.contact-numbers i{
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}
.number-text p{
    margin-left: 30px;
    color:#fff;
    margin-bottom: 0;
}
.number-text p a{
    color: #fff;
}


/*******Services page css****************/

.services-section{
    background-color: #E5F3FF;
    padding: 40px 0;
}
.service-page-block{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
}
.service-page-img{
    overflow: hidden;
    border-radius: 20px;
}
.services-content-right-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*******About us page css***********/

.about-us-page-section{
    padding: 40px 0;
}
.about-us-content p{
    color: #27292A;
    font-weight: 400;
    font-size: 17px;
}
.about-page-title{
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin: 20px 0;
}
.about-us-content ul{
    list-style: none;
    position: relative;
}
.about-us-content ul li::before{
    content:'\f352';
    font-family: 'FontAwesome';
    position: absolute;
    left:0;
    color:#FF5147;
}
/* .about-us-content ul li i{
    color:#FF5147;
    margin-right: 15px;
} */
.about-us-content ul li{
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.strategy-item{
    border-left: 4px solid #FF5147;
    padding-left: 20px;
    margin-bottom: 20px;
}
.strategy-item .strategy-title{
    color: #FF5147;
    font-size: 20px;
    font-weight: 600;
}
.strategy-item1{
    border-left: 4px solid #202C4C;
    padding-left: 20px;
    margin-bottom: 20px;
}
.strategy-item1 .strategy-title{
    color: #202C4C;
    font-size: 20px;
    font-weight: 600;
}
.shadow-content{
    box-shadow: 0px 5px 30px rgb(0 0 0 / 9%);
    padding: 55px 20px;
    height: 100%;
}
.shadow-content1{
    box-shadow: 0px 5px 30px rgb(0 0 0 / 9%);
    padding:  20px;
    height: 100%;
}
.about-us-stock-image1{
    height:362px;
}
.about-us-stock-image1 img{
    height:100%;
}


/*************Clients page css***************/

.client-name ul{
    list-style: none;
}
.client-name ul li i{
    color:#FF5147;
    margin-right: 15px;
    font-size: 27px;
}
.client-name ul li {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.client-section{
    margin: 40px 0;
}



/************Photo Gallery page css*****************/

.main-gallery-img{
    /* height: 236px; */
    overflow: hidden;
}
.main-gallery-img img{
    /* height: 100%; */
    border-radius: 10px;

}
.photo-gallery-block:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.main-gallery-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}
.photo-gallery-block{
    background-color: #FF5147;
    /* padding: 9px; */
    border-radius: 10px;
}

.photo-block{
    margin:24px 0 0 0;
    height: 173px;
}
.photo-block img{
    height: 100%;
}
.photo-gallery-page-section{
    padding: 40px 0;
}


/**********Login Page css*************/

.login-block{
    width: 480px;
    margin: 60px auto;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 9%);
    border-radius: 20px;
}
.login-block h2{
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    padding: 40px 0;
    position: relative;
}
.login-block h2::after{
    content: '';
    width: 100px;
    height: 13px;
    border-bottom: 3px solid #FE0000;
    display: block;
    margin: 0 auto;
}
.login-logo{
    text-align: center;
    margin: 25px;
}
.login-logo img{
    width: 135px;
}
.login-block form input{
    font-size: 15px;
    padding: 10px;
    width: 335px;
}
.login-block form{
    text-align: center;
}
.forget-psw{
    margin: 25px 0;
}
.login-block form button{
    background-color: #FE0000;
    color: #fff;
    border: 2px dashed #FE0000;
    padding: 5px 20px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    margin-bottom: 25px;
}
.login-block form button:hover{
    background-color: transparent;
    color: #000;
}
/*********Group company page css**************/

.group-company-page-section{
    margin: 40px 0;
}
/*********Fees Management page css**************/

.fees-dropdown{
    width: 100%;
}
.reset-btn{
    padding: 10px 24px;
    margin-left: 15px;
}
/**********Profile page css***************/
.profile-block{
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    padding: 30px;
}
/* .profile-img img{
    border-radius: 10% 30% 50% 70%;
} */
.student-name{
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.profile-block i{
    color: #FE0000;
    font-size: 22px;
    margin-right: 20px;
}
.student-details{
    line-height: 40px;
    font-size: 17px;
}
.student-detail-block{
    margin-top: 30px;
}
.detail-title{
    border-left: 2px solid #FE0000;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-left: 20px;
}
.detail-info{
    padding-left: 20px;
}
.name-right{
    padding-left: 50px !important;
}

/********Data listing page**************/

.main-table-entry tr:first-child{
    background-color: #E5F3FF;
}
.main-table-entry tr:first-child th{
    /* color:#fff; */
    font-weight: 600;
}





@media(max-width:767px){
    .navbar-brand-logo{
        max-width: 7.5rem !important;

    }
    .carousel-caption{
        top:0;
    }
    .slide-con-custom h2{
        font-size: 13px;
    }
    .slide-con-custom h5{
        font-size: 8px;
        line-height: 12px;
        padding:0;
    }
    .slide-con-custom h6{
        font-size: 6px;
        margin-bottom: 3px;
    }
    .download-images{
        display: flex;
    }
    .slide-btn .learn-btn{
        padding: 6px 5px;
    }
    .slide-btn .register-btn{
        font-size: 10px;
        padding: 4px 10px;
    }
    .slide1-content{
        width: 140px !important;
    }
    .carousel-indicators{
        display: none !important;
    }
    .navbar-nav li:first-child{
        visibility: hidden;
    }
    .footer-bt-left{
        display: inline;
    }
    .cnt-wrapper-left{
        padding: 35px;
    }
    .service-page-img img{
        width: 100%;
    }
    .service-page-block-content{
        padding: 20px;
    }
    .inner-banner-text{
        font-size: 22px;
    }
    .about-us-content p{
        font-size: 16px;
    }
    .about-page-title{
        font-size: 25px;
        line-height: 32px;
    }
    #header{
        padding: 20px 0;
    }
    .slide-btn{
        margin-top:0;
    }
    .slide2-content{
        left:190px !important;
    }
    .slide-con-custom h2{
        line-height: 14px;
    }
    .about-us-section{
        padding: 40px 0 0 0;
    }
    .about-title{
        font-size: 20px;
    }
    .about-sub-title{
        font-size: 30px;
    }
    .about-content p{
        font-size: 16px;
        margin: 20px 0 30px 0;
    }
    .white-btn{
        margin-bottom: 30px;
    }
    .left-btn .btn-text{
        font-size: 18px;
    }
    .right-btn{
        top: 82px;
        right: 40px;
    }
    .about-us-section::after{
        display: none;
    }
    .our-services-section .service-img img{
        width: 100%;
    }
    .service-block{
        margin-bottom: 20px;
        height: auto;
    }
    .our-services-section{
        padding: 60px 0 60px 0;
    }
    .photo-block{

        height: auto;
    }
    .photo-block img{
        height: auto;
    }
    .photo-gallery-block{
        margin-bottom: 20px;
    }
    .login-block{
        width: 100%;
    }
    .login-block form input{
        width: 250px;
        padding: 7px;
        font-size: 14px;
    }
    .main-gallery-img img{
        width: 100%;
    }
    .download-left-section{
        flex-direction: column;
    }
    .phone-img,.download-content{
        width: 100%;
    }
    .name-right{
        padding-left: 0px !important;
    }
    .working-modality-section .arrow_left{
        left: 135px;
        top: 96%;
    }
    .working-modality-section .arrow_right{
        top: 96%;
        right: 135px;
    }
    .grid-container{
        grid-template-columns: auto;
    }
    .grid-container img{
        width: 100%;
    }
    .download-title{
        font-size: 25px;
        line-height: 34px;
    }
    .download-right-section{
        margin-top: 30px !important;
    }
}

.chosen-container{
    padding: 0.6125rem 1rem !important;
    border: 0.0625rem solid rgba(33,50,91,.1);
}
.chosen-container-single .chosen-single{
    border: none !important;
    box-shadow: none !important;
    padding:0 !important;
    display: contents !important;
}


@media(min-width:768px) and (max-width:1023px){
    .right-btn{
        top: 85px;
        right: 35px;
    }
    .grid-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .carousel-caption{
        top:80px;
    }
    .slide-con-custom h2{
        font-size: 25px;
    }
    .slide-con-custom h5{
        font-size: 12px;
        line-height: 19px;
        padding: 10px 0;
    }
    .slide1-content{
        width: 280px !important;
    }
    .slide-btn .register-btn{
        font-size: 13px;
        padding: 10px 20px;
    }
    .slide2-content{
        left: 380px !important;
        width: 300px !important;
        padding: 0 !important;
    }
    .slide-con-custom h6{
        font-size: 15px;
    }
    .download-images{
        display: flex;
    }
    .download-images a{
        width: 100px;
    }
}

@media(min-width:1024px) and (max-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .slide-con-custom h5{
        padding: 15px 0;
    }
    .right-btn{
        top:77px;
    }
    .slide2-content{
        left:498px !important;
        padding: 0 !important;
    }
}



@media (max-width:992px){
    .std-form .input-width{
        width: auto;
    }
    .std-form{
        width: 100%;
    }
    .std-form .d-flex,.std-form .d-flex1{
        flex-direction: column;
    }
    .std-form .calculate-btn{
        margin-left: 0px;
    }
    .std-form .dropdown-select{
        width: 100%;
    }
    .cnt-wrapper-right iframe{
        width: 100%;
    }
    .padding-zero{
        padding-right:10px !important;
    }
    .padding-zero1{
        padding-left:10px !important;
    }
    .carousel-caption{
        width:auto;
    }
    .call-btn{
        margin-bottom: 10px;
    }
}
