@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
:root {
 --primary-color:#3c6ae0;
 --secondary-color:#262626;
 --txt-color:#595f6f;
 --border-color: #d1d1d1;
 --bg-color-light: #f2f4fa;
 --header-color: #d7f7fa;
 --color3: #5e6476;
 --primary-font: 'Source Sans Pro', sans-serif;
 --secondary-font: 'Gordita', serif;
}
@font-face {
    font-family: 'Gordita';
    src: url('../../fonts/Gordita-Bold.eot');
    src: url('../../fonts/Gordita-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gordita-Bold.woff2') format('woff2'),
        url('../../fonts/Gordita-Bold.woff') format('woff'),
        url('../../fonts/Gordita-Bold.ttf') format('truetype'),
        url('.../../fonts/Gordita-Bold.svg#Gordita-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../../fonts/Gordita-Regular.eot');
    src: url('../../fonts/Gordita-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gordita-Regular.woff2') format('woff2'),
        url('../../fonts/Gordita-Regular.woff') format('woff'),
        url('../../fonts/Gordita-Regular.ttf') format('truetype'),
        url('../../fonts/Gordita-Regular.svg#Gordita-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../../fonts/Gordita-Medium.eot');
    src: url('../../fonts/Gordita-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gordita-Medium.woff2') format('woff2'),
        url('../../fonts/Gordita-Medium.woff') format('woff'),
        url('../../fonts/Gordita-Medium.ttf') format('truetype'),
        url('../../fonts/Gordita-Medium.svg#Gordita-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Global */
body{font-family: var(--primary-font); font-size: 16px; color: var(--txt-color); overflow-x: hidden;}
a:focus-visible {
  outline: 1px dashed var(--primary-color);
}
a:focus:not(:focus-visible) {
  outline: none;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c9c9c9 !important;
}
::placeholder {
  color:  #8f8f8f !important;
}
textarea::-webkit-input-placeholder {
color: #8f8f8f !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #8f8f8f !important; 
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #8f8f8f !important; 
}
textarea:-ms-input-placeholder {
color: #8f8f8f !important;
}
.btn-lite{color: var(--primary-color); border:1px solid var(--primary-color); padding: 10px 20px; border-radius: 15px;}
.container{max-width: 1400px;}
.page_section{padding: 45px 0; display: flex; flex-direction: column;}
.section_title{display: flex; flex-direction: column;width: 100%; margin-bottom: 35px;}
.section_title h2{color: var(--secondary-color); font-size: 36px; font-weight: 700; font-family: var(--secondary-font)}
.icn{display: inline-flex; justify-content: center; align-items: center;}
.bg_light{background: var(--bg-color-light);}
.btn_section{display: flex; justify-content: center; padding: 20px 0 ; position: relative; z-index: 1;}
.btn-primary{height: 44px; display: flex; justify-content: center; align-items: center; text-transform: uppercase; font-weight: 700; border-radius: 10px;background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%);transition: all 0.5s ease; border:1px solid var(--primary-color) }
.btn-primary:hover{background: var(--secondary-color);background: linear-gradient(90deg, var(--secondary-color) 0%, var(--secondary-color) 0%, var(--secondary-color) 100%);transition: all 0.5s ease;border:1px solid var(--secondary-color)}
.btn-lg{height: 60px !important;font-size: 16px; font-weight: 700; display: flex; justify-content: center; align-items: center; text-transform: uppercase; border-radius: 10px; padding: 0 30px;background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%);transition: all 0.5s ease; border:1px solid var(--primary-color) }
.btn-lg:hover{background: var(--secondary-color);background: linear-gradient(90deg, var(--secondary-color) 0%, var(--secondary-color) 0%, var(--secondary-color) 100%);transition: all 0.5s ease;border:1px solid var(--secondary-color)}
.btn-light{background: #ffffff; color: var(--primary-color);
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15); }
.btn-light:hover{background: var(--bg-color-light); color: var(--primary-color);}
.get-left{justify-content: flex-start;}
.wd_full{width: 100% !important;}
.wave-top{display: flex; width: 100%;}
.wave-top img{width: 100%; height: 60px;}
.wave-bottom{display: flex; width: 100%;}
.wave-bottom img{width: 100%; height: 60px;}
.wv-top{position: relative; width: 100%; margin-top: 50px;}
.wv-top:before{content: ""; width: 100%; background: url(../../images/wave-top.png); background-size: 100% 100%; background-position: bottom; width: 100%; height: 50px; position: absolute; left: 0; top: -50px; }
input{height: 44px; border-radius: 10px;}
.form-control{height: 44px; border-radius: 10px;}
.back-to-top{width: 32px; height: 32px; border-radius: 50px; display: flex; justify-content: center; align-items: center; background: var(--primary-color);position: fixed; visibility: hidden;
opacity: 0; right: 15px; bottom: 15px; z-index: 1;}
.back-to-top i{color: #ffffff; font-size: 16px;}
.back-to-top.active {visibility: visible;opacity: 1;}
h1, h2, h3{color: var(--secondary-color);}
.pager{width: 100%; display: flex; justify-content: center; list-style: none; margin: 15px 0; padding: 0;}
.pager li{display: flex; justify-content: center; align-items: center; background: #f0f0f0; border-radius: 50px;overflow: hidden; margin: 3px; font-size: 18px;}
.pager li:nth-child(2){padding: 0 15px;}
.pager li span{display: flex; width: 50px; height: 50px; justify-content: center; align-items: center;border-radius: 10px; color: #787878;}
.pager li a{display: flex; width: 50px; height: 50px; justify-content: center; align-items: center;border-radius: 10px; color: #787878;}
.pager li a:hover, .pager li a.active{transition: all 0.5s ease; color: #ffffff; border-radius: 10px; text-decoration: none; font-weight: 600; background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%);transition: all 0.5s ease; border:1px solid var(--primary-color)}

.info-wrap{display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-start; padding: 20px; border-radius: 15px; border:1px solid var(--border-color); margin: 15px 0; background: var(--bg-color-light);}
.info-wrap i{font-size: 24px; margin-right: 10px;}
.info-wrap span{font-size: 18px; font-weight: 700;}
.error_info p {margin-bottom: 0 !important;}
label.error {font-weight: 500;color: red; width: 100%;font-size: 14px; padding-left: 5px;}
h2.main-title{font-size: 36px; font-family: var(--secondary-font); color: var(--secondary-color); font-weight: 600; margin:15px 0;}
h2.main-title span{font-weight: 700; color: var(--primary-color);}
.loader .loader-container{width:60px;height:60px;border:5px solid #ebebec;border-radius:50%; position: relative;}
.loader .loader-container:before{content:"";display:block;top:25px;left:25px;position:absolute;width:60px;height:60px;border-top:4px solid var(--primary-color);border-radius:50%;animation:loaderspin 1.8s infinite ease-in-out;-webkit-animation:loaderspin 1.8s infinite ease-in-out}
.loader .loader-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px}
.loader .loader-icon img{animation:loaderpulse alternate 900ms infinite; width: 100%; height: auto;}
.loader .loader-container:before{border-color: var(--primary-color) !important; } 
.loader .loader-container{border-color: #EBEBEC !important; } 
#load{display: flex; justify-content: center;}
#load{}
@keyframes loaderspin{0%{transform:translate(-50%,-50%)rotate(0)}100%{transform:translate(-50%,-50%)rotate(360deg)}}
@-webkit-keyframes loaderspin{0%{transform:translate(-50%,-50%)rotate(0)}100%{transform:translate(-50%,-50%)rotate(360deg)}}
@keyframes loaderpulse{0%{transform:scale(1)}100%{transform:scale(1.2)}}

.g-recaptcha{transform: scale(0.9);}
.cms_container_page {max-width: 1400px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;width: 100%;}
/* Header starts */

.header-main{ width: 100%; position:relative;  z-index: 10;background: var(--header-color);transition: all 0.5s ease;}
.header-scrolled{background:rgba(255, 255, 255, 0.95);transition: all 0.5s ease; position:sticky;top: 0px;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1); }
.header-wrap{padding: 20px 0; display: flex; width: 100%; justify-content: space-between;}
.logo img{height: 80px;}
.logo a{display: block;}
.menu_wrap{display: flex; flex-direction: column; width: 100%; font-weight: 600; color: var(--secondary-color);}
.menu-top{display: flex; flex-wrap: wrap; justify-content: flex-end;  font-weight: 600; justify-content: space-between; }
.social_top{display: flex; flex-wrap: nowrap;}
.navbar .social_top a{padding: 0 5px;}
.navbar .social_top a i{font-size: 16px;}
.navbar .btn-lite{color: var(--primary-color); border:1px solid var(--primary-color); padding: 8px 20px; border-radius: 15px; background: #ffffff; margin-left: 30px;}
.navbar .btn-lite:hover{color: #ffffff; border:1px solid var(--primary-color); background: var(--primary-color); text-decoration: none;}
.navbar .btn-dark{color: #ffffff; border:1px solid var(--secondary-color); padding: 8px 20px; background: var(--secondary-color); border-radius: 15px; margin-left: 30px;}
.navbar .btn-dark:hover, .navbar .btn-dark:focus{color: #ffffff; border:1px solid var(--secondary-color); background: var(--secondary-color);text-decoration: none; opacity: 0.9}
.call a{display: inline-flex !important; padding: 0 !important;}
.call a:hover, .menu-top a:hover{text-decoration: none;}
.social_top a{padding: 0 8px; font-size: 16px;}
.h-top{background: var(--secondary-color); padding: 5px 0; color: #ffffff;}
.h-top a{color: #ffffff;}
.h-top a:hover{color: #ffffff; text-decoration: none; color: var(--header-color);}
/* Header ends */

/* Banner stars */

.main_banner{display: flex; width: 100%; background: var(--header-color);}
.banner_block{display: flex; width: 100%; justify-content: space-between; padding: 35px 0 100px;}
.banner_text{flex:1;}
.banner_image{width: 370px; position: relative; z-index: 1;}
.banner_image .image_banner{margin: 0; width: 315px;}
.banner_image_inner .image_banner{margin: 0; width: 100%;}
.banner_image_inner .image_banner img{border-radius: 50px 10px 50px 0; width: 100%; height: auto; max-width: 370px;position: relative; z-index: 1;}
.banner_image .image_banner img{border-radius: 50px 10px 50px 0; width: 100%; height: auto; max-width: 315px;position: relative; z-index: 1;}
.star_box{display: flex;position: absolute;bottom: -40px; left: 0; right: 0;max-width: 315px; z-index: 1;}
.star_box .star_rating{display: flex; flex-direction: column;background: #ffffff;border-radius: 10px; margin:auto; padding: 20px; position: relative;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.19);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.19); }
.star_box .star_rating:before{content: "\64"; width: 45px; height: 45px; background: #424245; display: flex; justify-content: center; align-items: center;border-radius: 50%; position: absolute; left: -22px; top: -22px;font-family: "teacher-tutors"; color: #ffffff; font-size: 22px;}
.star_rating ul{margin: 0; padding: 0; display: flex; flex-wrap: nowrap; list-style: none;}
.star_rating ul li.select{color: #ebb813; }
.star_rating ul li{margin-right: 3px;}
.star_rating p{margin: 0; font-size: 18px;}
span.dots{position: absolute; right: -35px; top: 10px; width: 28px; height: 111px; background: url(../../images/pink-dots.png); z-index: 0;}
span.round_shape{position: absolute; right: -65px; bottom: -60px; width: 147px; height: 146px; background: url(../../images/round-shape.png); z-index: 0}
.image_banner{position: relative;}
.banner_text{padding-right: 100px;}
.banner_text h1{color:var(--secondary-color); font-size: 44px; font-weight: 700; margin-top:25px; font-family: var(--secondary-font);}
.banner_text h1 span{color: var(--primary-color); position: relative;}
.banner_text h1 span:after{content: ""; bottom: -10px; left: 0; display: inline-block; width:91px; height: 13px; position: absolute; background: url(../../images/underline.png); right: 0; margin: auto;}
.banner_text p{font-size: 18px;}
.quick_search{display: flex; flex-direction: column; width: 100%; align-items: flex-start;}
.quick_search h4{font-size: 18px; font-weight: 600; color: var(--secondary-color); margin-bottom: 10px;}
.quick_search ul{display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0;}
.quick_search li{margin: 2px; display: flex; align-items: center;}
.quick_search li a{border-radius: 8px; border: 1px solid var(--border-color); background: #ffffff; display: flex; justify-content: center; align-items: center; padding: 2px 15px; color: var(--txt-color);transition: all 0.5s ease; }
.quick_search li a:hover{background: var(--primary-color); color: #ffffff; text-decoration: none; border: 1px solid var(--primary-color);transition: all 0.5s ease;}
.banner_search{display: flex; width: 100%;}
.home_search{padding: 5px; border-radius: 15px; background: #ffffff; margin: 35px 0 25px;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);}
.banner_search ul{display: flex; flex-wrap: wrap; width: 100%; list-style: none; margin: 0; padding: 0;}
.banner_search ul li{position: relative; flex:1; padding: 0 15px; }
.banner_search input{border: 0; height: 60px; padding: 0; }
.banner_search .inp_subject{padding-left: 35px; border-right: 1px solid var(--border-color)}
.banner_search .inp_subject i{position: absolute; left: 10px; top: 20px; font-size: 20px; color: var(--secondary-color);}
.banner_search .inp_location{padding-right: 25px; border-left: 1px solid var(--border-color)}
.banner_search .inp_location i{color: var(--primary-color);position: absolute; right: 8px; top: 20px; font-size: 18px;}
.banner_search select{border: 0; height: 60px; padding: 0;  }
.banner_search .btn{white-space: nowrap;}
.btn_srch{width: 100%; flex:100% !important; justify-content: flex-end; display: flex;}
.banner_tog label{margin-top: 10px;}
.banner_tog{max-width: 175px; margin-right: 15px;border-left: 1px solid var(--border-color);}
.home_search_wrapper{display: flex; flex-direction: column; }
/* Banner ends */

/* Our Services  */
.our_sercices_block{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 30px;}
.services_box{ background: #2d69f0; color: #ffffff; border-radius: 10px;transition: all 0.5s ease; position: relative;
-webkit-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.15);
box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.15);
}
.services_box:hover{transform: translateY(-15px);transition: all 0.5s ease;}
.services_icon{font-size: 55px;}
.services_icon svg{height: 55px; color: #ffffff;fill: white;}
.services_box h3{font-size: 22px; font-weight: 700; margin-bottom: 15px; margin-top: 15px; color: #ffffff;}
.services_box:nth-child(1){background: #2d69f0;}
.services_box:nth-child(2){background: #dd246e;}
.services_box:nth-child(3){background: #8007e6;}
.services_box:nth-child(4){background: #0cae74;}
.services_box a{color: #ffffff; text-decoration: none;padding: 20px; display: flex; flex-direction: column; align-items: flex-start;}
.services_box a:hover{color: #ffffff; text-decoration: none;}
.next_btn i{width: 30px; height: 30px; font-size: 16px; color: #ffffff; border-radius: 50%; border: 1px solid #ffffff; display: flex; justify-content: center; align-items: center;}
.next_btn{visibility: hidden; opacity: 0; transition: all 0.5s ease; transform: translateY(10px); position: absolute; bottom: 30px;}
.services_box:hover .next_btn{display: flex; visibility: visible;opacity: 1; transition: all 0.5s ease;transform: translateY(-0px)}
.services_box:hover .s_p{visibility: hidden; opacity: 0; transition: all 0.5s ease; transform: translateY(25px); }
.services_box .s_p{visibility: visible;opacity: 1; transition: all 0.5s ease; margin: 0; }
/* Our Services ends  */

/* Meet Our Tutors   */

.our_tutors_block{display: flex;  width: 100%; flex-direction: column; position: relative;}
.our_tutors .btn_section{padding-bottom: 0;}
.swiper{padding: 25px;}
.tutor_box{background: #ffffff; border-radius: 10px; position: relative;z-index: 0;transition: all 0.5s ease;border:1px solid var(--border-color); overflow: hidden; display: flex; flex-direction: column; flex:1;}
.tutor_overview{display: flex; width: 100%; height: 100%; justify-content: center; flex-direction: column; align-items: center; top: 0; left: 0; position: absolute; padding: 20px; text-align: center; opacity: 0; background: transparent; transition: all 0.2s ease;}
.tutor_box:hover .tutor_overview{ background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%); color: #ffffff; opacity: 1; transition: all 0.5s ease;}
.tutor_overview h6{font-size: 22px; font-weight: 700; color: #ffffff;padding: 0 20px;}

.tutor_overview .btn{color: #ffffff; border:1px solid #ffffff; padding: 10px 20px; border-radius: 15px; background: transparent; width: 100%; max-width: 300px; font-weight: 600; text-transform: uppercase; font-size: 16px;}
.tutor_overview .btn:hover{background: #ffffff; color: var(--primary-color); }
.tutor_image{padding: 20px; display: flex; justify-content: center; align-items: center; background: #ffffff; border-radius: 7px 7px 0 0;}
.tutor_image img{width: 115px; height: 115px; object-fit: cover; border-radius: 10px;}
.tutor_info{display: flex; justify-content: center; flex-direction: column; align-items: center; background: #ffffff;}
.tutor_info h6{font-size: 22px; font-weight: 700; color: var(--secondary-color);padding: 0 20px;}
.tutor_info p{text-align: center; padding: 0 20px; margin-bottom: 10px;}
.tutor_moreinfo{display: flex; align-items: flex-start; padding: 5px 25px; color: var(--secondary-color);}
.tutor_moreinfo i{margin: 5px 5px 0 0; width: 25px;}
.main_box .tutor_moreinfo i{color: var(--primary-color);}
.tutor_moreinfo span{flex:1;}
.more_info{padding: 15px 0;background: var(--bg-color-light); border-radius: 0 0 7px 7px; margin-top: auto;}
.st_xs{display: flex; flex-wrap: nowrap; align-items: center; margin-bottom: 15px;}
.st_xs span{background: #ebb813; padding: 0 5px; border-radius: 3px; font-size: 14px; color: #ffffff; margin-left: 5px;}
.st_xs i{font-size: 12px;}

.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-item{display: flex;}
#slider_nav{position: absolute; right: 0; top: -68px;}
#slider_nav .tutor-am-prev{background: transparent; color: #999999;width: 55px; height: 40px; border: 0;}
#slider_nav .tutor-am-prev:hover{width: 55px; height: 40px;color: #ffffff;clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%); 
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%);transition: all 0.5s ease; border:1px solid var(--primary-color)}
#slider_nav .tutor-am-next{background: transparent; color: #999999;width: 55px; height: 40px; border: 0;}
#slider_nav .tutor-am-next:hover{width: 55px; height: 40px;color: #ffffff;clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%); 
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%);transition: all 0.5s ease; border:1px solid var(--primary-color)}
/* Meet Our Tutors ends */

/* our story, what we offer  */

.our_story p, .we_offer p, .we_do_it p{font-size: 18px; line-height: 28px;}
.our_story h3, .we_offer h3, .we_do_it h3, .cform_form h3{font-weight: 700; font-size: 36px; color: var(--secondary-color); font-family: var(--secondary-font);}
.we_offer h4{font-size: 28px; font-weight: 700; color: var(--secondary-color); font-family: var(--secondary-font);}
.ourstory_block, .we_offer_block, .we_do_it_block{display: flex; flex-wrap: wrap;}
.os_image, .wo_text{width: 60%; padding-right: 60px;}
.os_image img{border-radius: 25px;max-width: 640px; width: 100%; 
-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.19);
box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.19); }
.os_text, .wo_image, .wdi_image{width: 40%; position: relative; z-index: 0}
.wo_image img, .wdi_image img{border-radius: 40px 10px 40px 0; width: 100%;}
.circle-img{position: absolute; width: 138px;height: 138px; bottom: -50px; right: -50px; z-index: -1;}
.wdi_image .circle-img{position: absolute; width: 138px;height: 138px; bottom: -50px; left: -50px; z-index: -1;}
ul.tick{padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap;}
ul.tick li{color: var(--secondary-color); font-size: 18px; font-weight: 600; width: 50%; margin-bottom: 15px;}
ul.tick li:before{content: "\f00c"; color: #f14d5d; font-family: "Font Awesome 6 Free"; font-size: 18px; margin-right: 10px; }
ul.li-full li{width: 100%;}
.wdi_text{width: 60%; padding-left: 60px;}

/* our story, what we offer ends */

/* Contact Form starts */
.cform_block{display: flex; flex-wrap: wrap; width: 100%;}
.cform_image{width: 50%;}
.cform_form{width: 50%;}
.heading_small{font-weight: 600; font-size: 18px; color: var(--secondary-color)}
.form_wrap{display: flex; flex-wrap: wrap; margin-left: -7.5px; margin-right: -7.5px;}
.form_block{width: calc(50% - 15px); margin: 15px 7.5px; position: relative;}
.form_block input{height: 50px; border: 1px solid var(--border-color); border-radius: 10px;}
.form_block textarea{height: 90px; border: 1px solid var(--border-color); border-radius: 10px;}
.form_block i{position: absolute; top: 18px; left: 15px; font-size: 18px;}
.cform_form input{padding-left: 40px;}
/* Contact Form ends */

/* Counter starts */
.counter{display: flex; background:var(--color3);  padding: 65px 0; border-radius: 50px; margin-top: 60px}
.counter_block{width: 100%;}
.counter_block ul{display: flex; list-style: none; margin: 0; padding: 0; justify-content: space-between; position: relative; z-index: 1; width: 100%;}
.counter_block ul li{display: flex; width: 25%; justify-content: center; text-align: center; color: #ffffff; flex-direction: column; align-items: center;}
.counter_block ul li span{font-size: 36px; font-weight: 700; margin-bottom: 0px;}
.counter_block ul li label{margin-bottom: 0; font-weight: 600; font-size: 18px;}
/* Counter ends */

/* Our Process starts */
.our_process_wrap{display: flex; width: 100%; flex-direction: column; align-items: flex-start;}
.our_process_block{display: flex; flex-wrap: wrap; width: 100%; align-items: flex-start; margin: 0 auto 120px; position: relative; max-width: 1000px;}
.op_image{width: 50%;}
.op_text{width: 50%;}
.op_text label{width: 54px; height: 54px; display: flex; justify-content: center; align-items: center; background: #feedee; border-radius: 50%; font-size: 24px; color: #838383; font-weight: 600;}
.op_text h3{font-size: 26px; color: var(--secondary-color); font-weight: 600; margin-top: 20px;}
.our_process_block:nth-child(odd) .op_image{order: 2; text-align: right;}
.our_process_block:after{content: ""; width: 684px; height: 102px; background: url(../../images/curve-line.png); background-repeat: no-repeat; background-size: 100%; background-position: center;position: absolute; left: 0; right: 0; margin: auto; bottom: -110px;}
.our_process_block:nth-child(even):after{content: ""; width: 684px; height: 102px; background: url(../../images/curve-line.png); background-repeat: no-repeat; background-size: 100%; background-position: center;position: absolute; left: 0; right: 0; margin: auto; bottom: -110px; -webkit-transform: scaleX(-1);
  transform: scaleX(-1);}
 .our_process_block:last-child:after{display: none;}
 .our_process_block:last-child{margin-bottom: 0;}
/* Our Process ends */

/* Testimonial starts */
.testimonial{background: var(--color3);}
.testimonial_wrap{display: flex; justify-content: center; text-align: center; position: relative; color: #ffffff; flex-direction: column; align-items: center; }
.testimonial h2{font-size: 36px; font-weight: 700; margin: 30px 0; color: #ffffff; font-family: var(--secondary-font); text-align: center;}
.t_icon{font-size: 30px; background: #ffffff; border-radius: 50%; width: 68px; height: 68px; display: flex; justify-content: center; align-items: center; color: var(--primary-color); margin: auto;
-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
}
.t_text{text-align: center; font-size: 18px;max-width: 770px; margin: 25px auto;position: relative; background: #ffffff; border-radius: 15px; padding: 75px 30px 30px;
-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.15);
}
.t_text:before{position: absolute; content: "\68"; top:15px; left:0; right:0; margin:auto; font-family: "teacher-tutors"; color: var(--bg-color-light); font-size: 60px; opacity: 0.9 }
.t_text p{color: var(--secondary-color); font-size: 18px;}
.t_text span{font-weight: 600; font-size: 20px; margin-top: 25px;color: var(--secondary-color);}
.owl-nav{display: flex; justify-content: center;}
.owl-nav i{font-size: 24px;}
.owl-dots{display: flex; justify-content: center;align-items: center;}
.owl-dot{width: 8px; height: 8px; border-radius: 50px; background:rgba(255,255,255,0.4) !important; margin: 5px;}
.owl-dot.active{width: 12px; height: 12px; border-radius: 50px; background:rgba(255,255,255,0.9) !important; margin: 5px;}
#slider_nav .am-prev{background: transparent; color: #bfc1c8;width: 55px; height: 40px; border:1px solid rgba(255,255,255,0);}
#slider_nav .am-prev:hover{width: 55px; height: 40px;color: var(--primary-color);clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%); 
background: #ffffff; transition: all 0.5s ease; border:1px solid #ffffff;}
#slider_nav .am-next{background: transparent; color: #bfc1c8;width: 55px; height: 40px;border:1px solid rgba(255,255,255,0);}
#slider_nav .am-next:hover{width: 55px; height: 40px;color:  var(--primary-color);clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%); 
background: #ffffff; transition: all 0.5s ease; border:1px solid #ffffff;}
.city_testimonial_list{display: grid; grid-template-columns:1fr 1fr 1fr; grid-gap:30px;}

/* End Testimonial  */

/* Blog Starts  */
.blog{margin-top: -50px; padding-top: 60px;}
.blog_block{display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px;}
.blog_box{display: flex; flex-direction: column; align-items: flex-start; border-radius: 10px; background: #ffffff;position: relative;z-index: 0;transition: all 0.5s ease;
-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
}
.blog_box:hover{
 -webkit-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.15);
box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.15);
}
.blog_box:before{content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -2px; border-radius: inherit;background: linear-gradient(to right, #d1d1d1, #d1d1d1);transition: all 0.5s ease;}
.blog_box:hover:before{content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -2px; border-radius: inherit;background: linear-gradient(to right, #ffffff, #4178f1);transition: all 0.5s ease;}
.blog_image{width: 100%; border-radius: 8px 8px 0 0; overflow: hidden;}
.blog_image img{width: 100%; height: 220px; object-fit:cover;}
.blog_info{display: flex; flex-wrap: nowrap;width:100%; }
.blog_info i{margin-right: 5px; color: var(--secondary-color)}
.b_date, .b_creator{width: 50%; display: flex; justify-content: flex-start; padding: 20px; align-items:center;}
.b_title h4{color: var(--secondary-color); font-size: 20px; font-weight: 700; padding: 0 20px;}
.blog_box p{padding: 0 20px;}
.blog_bg{background: #ffffff;border-radius: 10px; height: 100%;}
.blog .btn_section{padding: 0;}
/* End Blog  */

/* FAQ starts */

.faq_wrap{}
.faq_wrap .card-header{padding: 0; border: 0; border-radius: 15px !important;  }
.faq_wrap .card{border: 0;}
.faq_wrap h2 {position: relative;}
.faq_wrap h2 i{position: absolute; right: 15px; top: 25px; font-size: 16px;}
.faq_wrap h2 button{font-size: 18px; color: var(--secondary-color); padding: 20px; border: 0;background: var(--bg-color-light);  transition: all 0.5s ease;}
.faq_wrap h2 button:hover{background: var(--bg-color-light);transition: all 0.5s ease; text-decoration: none;border-radius: 15px !important;}
.faq_wrap .btn.focus, .faq_wrap .btn:focus{box-shadow: none; text-decoration: none;}
.index_faq{max-width: 830px; margin: auto;}
.faq_wrap .collapsed{background: #ffffff;}

/* End FAQ  */

/* Footer Start*/

.tutorlink_wrap{display: flex; width: 100%; flex-wrap:wrap}
.tl{display: flex; width: 50%; flex-wrap: wrap}
.tl h3{font-size: 20px; font-weight: 700; color: var(--secondary-color); width: 100%;}
.tl ul{margin: 0; padding: 0; list-style: none; display: flex; width: 100%; flex-wrap: wrap;}
.tl ul li{width: 33.33%; margin-bottom: 8px;}
.tl ul li a{color: var(--secondary-color); }
.tl ul li a:hover{color: var(--primary-color); text-decoration: none;}

.cta{padding: 65px 0; display: flex; width: 100%; position: relative;}
.cta:before{content: ""; position: absolute; left: 0; top: 0; background-image: url(../../images/wave_1.png); height: 100%; background-size: auto 100%; width: 100%; z-index: 0; background-repeat: no-repeat; }
.cta:after{content: url(../../images/wave_2.png); position: absolute; left: 50%; bottom: -5px; z-index: 0;}
.primary{background-color:var(--primary-color);}
.cta_block{display: flex; flex-wrap: wrap; max-width: 770px; margin: auto; align-items: center; position: relative; z-index: 1}
.cta_text{color: #ffffff;}
.cta_text h2{font-size: 36px; font-weight: 700; color: #ffffff; font-family: var(--secondary-font);}
.cta_btn{display: flex; justify-content: flex-end; flex:1; padding-left: 35px;}

.footer_main{background: var(--header-color);}
.footer_block{display: flex; width: 100%; font-size: 18px;padding: 65px 0;}
.f_logo{width: 25%; display: flex; flex-direction: column;}
.f_logo_image{margin-bottom: 30px;}
.f_logo_image img{height: 80px;}
.f_info{display: flex; align-items: center; width: 100%; margin: 10px 0}
.f_info a{color: var(--secondary-color);}
.f_info a:hover{color: var(--primary-color); text-decoration: none;}
.f_info i{font-size: 24px; color: var(--primary-color); margin-right: 10px;}
.f_links{width: 25%; display: flex; justify-content: flex-start; flex-direction: column; align-items: flex-start;}
.f_links h6{font-size: 20px; font-weight: 700; color: var(--secondary-color); margin-bottom: 15px;}
.f_links ul{display: flex; flex-direction: column; align-items: flex-start; list-style: none; margin: 0; padding: 0;}
.f_links li{margin-bottom: 15px;}
.f_links a{color: var(--secondary-color);}
.f_links a:hover{color: var(--primary-color); text-decoration: none;}
.copyrights{display: flex; border-top: 1px solid var(--border-color);align-items: center; justify-content: space-between; padding: 25px 0;}
.f_social a{margin-left: 10px; color: var(--secondary-color);}
.f_social a:hover{color: var(--primary-color);}
/* End Footer */

/* Inner FAQ page */

.faq_wrap_inner{max-width: 830px; margin: 0px auto;}
.inner_faq{padding: 20px 0;}
.inner_tabs .tabbing_list{margin:30px auto; display: flex; justify-content: center;}
.inner_tabs .nav-tabs .nav-link{font-size: 20px; font-weight: 600; text-transform: capitalize;  transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition:all 0.3s ease; position: relative; border-top:0; border-left: 0; border-right: 0; color: #777777; border-bottom: 2px solid var(--border-color); text-align: center; min-width: 150px;}
.inner_tabs .nav-tabs .nav-item.show .nav-link, .inner_tabs .nav-tabs .nav-link.active{font-weight: 700; color: var(--primary-color); transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition:all 0.3s ease; position:relative;border-bottom: 2px solid var(--primary-color)}
.inner_tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{font-weight: 600; color: var(--primary-color); transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition:all 0.3s ease;}
.faq_heading{font-size: 20px; text-align: center; margin-bottom: 30px;}

/* ---- */

.tutor_listing_block{width: 100%; display: grid; grid-template-columns:1fr 1fr; grid-gap:30px; margin: 30px 0;}
.tutor_listing_box{padding: 1px; border-radius: 15px;transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition:all 0.3s ease;
background: #d1d1d1; /* Old browsers */
background: -moz-linear-gradient(top,  #d1d1d1 0%, #d1d1d1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d1d1d1 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d1d1d1 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
.tutor_listing_box:hover{transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition:all 0.3s ease;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #3c74f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#3c74f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#3c74f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3c74f1',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
}
.main_box{display: flex; width: 100%; flex-direction: column; padding: 20px;background: #ffffff;border-radius: 15px; height: 100%;}
.tl_top{display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 10px; }
.tl_image{width: 135px;border-radius: 10px;overflow: hidden;}
.tl_image img{width: 135px; height: 135px; border-radius: 10px; object-fit: cover; }
.tl_brief{padding: 0 20px; flex:1;}
.tl_brief .more_info{background:transparent; padding: 0;}
.tl_brief .tutor_moreinfo{padding:0;}
.tl_brief h6{font-size: 22px; font-weight: bold; color:var(--secondary-color)}
.t_details_more .tutor_moreinfo i{color: var(--primary-color);}
.background-check{display: flex; width: 100%; padding: 10px 0;}
.background-check a{background: #e7f8ff; color: #00b3fe; font-size: 13px; padding: 5px; border:1px solid #00b3fe; border-radius: 5px;}
.background-check a:hover{text-decoration: none;}
.background-check img{margin-right: 5px; width: auto !important; height: auto !important;}
.main_box h5{font-size: 18px; font-weight: 600; color:var(--secondary-color);}
.btn_wrap{display: flex; justify-content: space-between; margin-top: auto; }
.btn_wrap a{width: calc(50% - 12px);}
.btn-white{background: #ffffff; border:1px solid var(--border-color); height: 44px; border-radius: 10px; color: var(--txt-color); font-weight: 700; display: flex; justify-content: center; align-items: center;}
.btn-white:hover{background: var(--secondary-color);background: linear-gradient(90deg, var(--secondary-color) 0%, var(--secondary-color) 0%, var(--secondary-color) 100%);transition: all 0.5s ease; border:1px solid var(--secondary-color); color:#ffffff;}
.tutor_top{display: flex; flex-wrap: wrap; color: var(--secondary-color); justify-content: space-between; margin-top: 30px;}
.tutor_result{width: 50%;}
.tutor_top h2{font-size: 26px; font-family: var(--secondary-font); color: var(--secondary-color); }
.tutor_top h2 span{font-weight: bold;}
.total_count{font-size: 18px; color: var(--secondary-color);}
.ordering{display: flex; flex-wrap: wrap;align-items: center; justify-content: flex-end;width: 50%;}
.ordering div{display: flex; flex-wrap: nowrap;align-items: center; justify-content: flex-start; text-transform: uppercase; white-space: nowrap; font-size: 16px;}
.ordering div select{margin-left: 5px; border: 0; padding: 0; height: 22px; margin-right: 25px;color: var(--secondary-color); font-size: 16px; }
.ordering ul{margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: nowrap;border: 1px solid var(--border-color); border-radius: 10px;}
.ordering ul li a{padding: 10px;  display: flex; justify-content: center; align-items: center; font-size: 18px; color: #999999;}
.ordering ul li a:hover, .ordering ul li a.active{text-decoration: none; color:var(--primary-color);}
.ordering ul li:first-child a{border-right: 1px solid var(--border-color);}
.ordering ul li a span{font-size: 16px; margin-left: 5px; }
.refine_search{border-bottom: 1px solid var(--border-color); padding: 10px 0;}
.top_search ul{display: flex; flex-wrap: wrap; margin: 10px 0; padding: 0; list-style: none}
.top_search ul li{flex:1; padding-right: 15px; position: relative;}
.top_search i.icon-search{position: absolute; left: 10px; top: 10px; font-size: 22px;}
.top_search .inp_subject input{padding-left: 40px;}
.top_search .inp_location input{padding-right: 30px;}
.top_search i.icon-current-location{position: absolute; right: 25px; top: 13px; font-size: 16px; color: var(--primary-color);}
.toggle-wid{max-width: 165px}
/* toggle Switch starts */
.toggle {
      --width: 150px;
      --height: 44px;

      position: relative; display: inline-block; width: 150px; height: 44px ;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); border-radius: var(--height); cursor: pointer; margin: 0; }
.toggle input {display: none;}
.toggle .slider { position: absolute;top: 0;left: 0;width: 100%; height: 100%;  border-radius: var(--height); background-color: var(--header-color); transition: all 0.4s ease-in-out; }
.toggle .slider::before {content: "";position: absolute;top: 5px; left: 5px; width: 34px; height: 34px; border-radius:50px;background-color: #fff;  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); transition: all 0.4s ease-in-out; }
.toggle input:checked+.slider { background-color: #2196F3;}
.toggle input:checked+.slider::before {transform: translateX(calc(var(--width) - var(--height)));}
.toggle .labels { position: absolute; top: 0px; left: 0;width: 100%; height: 100%;font-size: 18px;  transition: all 0.4s ease-in-out;  display: flex; align-items: center;}
.toggle .labels::after { content: attr(data-off); position: absolute;right: 5px; color: var(--secondary-color); opacity: 1;transition: all 0.4s ease-in-out;padding: 0 15px; width:calc(100% - 30px); text-align: right;}
.toggle .labels::before {content: attr(data-on); position: absolute; left: 5px; color: #ffffff; opacity: 0;   transition: all 0.4s ease-in-out;padding: 0 15px; width:calc(100% - 30px); }
.toggle input:checked~.labels::after {opacity: 0;}
.toggle input:checked~.labels::before {opacity: 1;}
/* toggle Switch ends */

.banner_product{height: 160px; background: url(../../images/tutor-detail-header-bg.jpg); background-repeat: no-repeat; background-size: cover;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);}
.tutor_intro{margin-top: -135px; position: relative;}
.tutor_intro .tl_image{width: 200px; overflow: hidden; display: flex; flex-direction: column; align-items: center;}
.tutor_intro .tl_image img{width:200px; height: 200px;border:3px solid #ffffff; border-radius: 10px; object-fit: cover;}
.tutor_intro  .tl_brief h6, .tutor_intro .more_info .tutor_moreinfo{color: #ffffff;}
.tutor_intro  .tl_brief h6{font-size: 26px;}
.tutor_intro .more_info .tutor_moreinfo{margin-bottom: 8px;}
.more_details{margin-top: 45px}
.more_details h3{font-size: 22px; color: var(--secondary-color); font-weight: 600;}
.more_details .tutor_moreinfo{margin-bottom: 10px;}
.star_rating{display: flex; flex-wrap: nowrap;}
.star_rating i{font-size: 15px}
.star_rating span {background: #ebb813;padding: 0 5px;border-radius: 3px;font-size: 16px;color: #ffffff; margin-left: 5px;}
.tutor_intro .background-check{width: 100%;}
.tutor_intro .background-check a{font-weight: 600; font-size: 16px; width: 100%; text-align: center;}
.tutor-top-btn{position: absolute; right: 15px; top: 15px;}
.tutor-top-btn .btn{background: #ffffff; height: 44px; color: var(--primary-color); font-weight: 600; display: flex; justify-content: center; align-items: center; border-radius: 10px; padding:10px 25px;}
.product_detail{padding-bottom: 45px;}
.split-half{display: flex; flex-wrap: wrap;}
.split-half .tutor_moreinfo{width: 50%;}
.split-half .tutor_moreinfo span{padding-right: 15px;}

.tutor_description{padding: 45px 0;}
.tutor-title h2{font-size:26px; font-family:var(--secondary-font); font-weight: bold; padding-bottom:15px; margin-bottom: 25px; margin-top:25px;border-bottom: 1px solid var(--border-color)}
.update{color: #8f8f8f;}
.availability-table{max-width: 600px;}
.avail_form{background: #ffffff; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #e0e0e0; border-radius: 25px; margin:25px 0;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);}
.avail_form_header{border-bottom: 1px solid #e0e0e0; padding: 20px 40px; width: 100%;margin-bottom: 20px;}
.avail_form_header h2{font-size:26px; font-family:var(--secondary-font); font-weight: bold; margin-bottom: 5px; }
.avail_form_footer{border-top: 1px solid #e0e0e0; padding: 20px 40px; width: 100%; margin-top: 20px; display: flex; justify-content: center;}
.avail_form_footer .btn{padding: 0 50px; margin: 0 5px;}


.f_block{display: flex; flex-wrap: wrap;width: 100%; padding: 0 25px; align-items: flex-end;}
.f_block .form_box{width: calc(50% - 30px); margin: 8px 15px;}
.f_block .wd-full{width: calc(100% - 30px);display: flex; justify-content: flex-start; flex-wrap: wrap;}
.form_box textarea{resize: none;}
.form_box input[type=file]{border-radius: 0; height:auto; margin-bottom: 5px;}
.form_box > label{font-weight: 600; color: var(--secondary-color); width: 100%;}
.form_title{padding: 0;border-bottom: 1px solid #e0e0e0; margin: 15px;}
.form_title h4{font-size: 24px; font-weight: 600; color: var(--secondary-color); margin-bottom: 5px; }
.form_box label span{color: red}
.three-inp{display: flex; justify-content: space-between;margin-bottom: 15px;}
.three-inp div.dv-3{width: calc(33.33% - 15px); position: relative;}
.dv-3 input{padding-right: 30px;}
.dv-3 i{position: absolute; right: 10px; top: 15px; font-size: 16px;}
.toggle_div{position: relative; cursor: pointer;}
.toggle_div i{position: absolute; right: 25px; top: 5px; font-size: 24px;}
.add_row{width: 100%; display: flex;}
.add_row a{display: flex; align-items: center; font-weight: 600;}
.add_row i{margin-right: 5px; width: 18px; height: 18px; background: var(--primary-color); color: #ffffff; justify-content: center; display: flex; align-items: center; border-radius: 50px; font-size: 12px;}
.add_row a:hover{text-decoration: none;}
.msg{font-size: 14px; color: #8f8f8f;}
.pull-left-btn{justify-content: flex-start;border-top: 1px solid #e0e0e0; padding: 20px 40px; width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap;}
.pull-left-btn p{width: 100%; margin-top: 10px;}
.pull-left-btn .btn{padding: 0 30px; margin: 0;}
.with-line{border-bottom: 1px solid var(--border-color);}
.error{font-size: 14px; color: red !important;}
.c_form .f_block{display: flex; flex-wrap: wrap;width: 100%; padding: 0 25px; align-items: flex-start; justify-content: space-between;}
.contact_block{display: flex; flex-wrap: wrap;}
.contact_form{flex:1; }
.contact_block .contact_form{flex:1; padding-right: 50px; }
.contact_address{width: 400px;}
.address_box{border:1px solid var(--primary-color); border-radius: 15px; padding: 30px; position: relative; background: #ffffff; ;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);}
.address_box li i{width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; font-size: 22px; color: #ffffff; border-radius:5px;background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(63,107,224,1) 0%, rgba(42,85,224,1) 100%); }
.address_box ul{list-style: none; margin: 30px 0 0 0; padding: 0; }
.address_box li{display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-start; margin-bottom: 20px;}
.address_box li a{font-size: 20px; color: var(--secondary-color); font-weight: 600; margin-left: 10px; }
.address_box li a:hover{color: var(--primary-color); text-decoration: none;}
.gfield_checkbox{list-style: none; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin: 0; padding: 0;}
.gfield_checkbox li{display: flex; align-items: center;}
.gfield_checkbox li input{margin-right: 5px; height: 32px;}
.gfield_checkbox li label{margin-bottom: 0;}
.form_box.wd-full{width: 100%;}
.social_contact{display: flex; flex-wrap: wrap; border-top: 1px solid var(--border-color); padding-top: 20px;}
.social_contact h3{width: 100%; display: flex; font-size: 28px; font-weight: 700; margin-bottom: 15px; color: var(--secondary-color);}
.social_contact a i{font-size: 22px; margin-right: 15px; color: var(--secondary-color);}
.add_pos{position: relative;}
.address_box span.round_shape{z-index: -1;}
.blog_section{display: flex;flex-wrap:wrap;}
.blog_list_wrap{width:66.66%;}
.blog_list{display: grid; grid-template-columns: 1fr 1fr;grid-gap: 30px;}
.blog_category{width:33.33%; padding-left:30px; }
.blog_cat_wrap{border:1px solid var(--border-color); border-radius:15px; padding:15px;}
.blog_category .top_search ul{margin:0;}
.blog_category .top_search ul li{padding:0;}
.category_list{margin:15px 0;}
.blog_cat_wrap h4{font-size:20px; font-weight:700; color:var(--secondary-color);}
.category_list ul{margin:0; padding:15px;}
.category_list li, .category_list li a{font-size:18px; font-weight:600; color:var(--secondary-color);}
.category_list a{font-size:18px; font-weight:600; color:var(--primary-color);}
.blog_cat_wrap .toggle_div i{font-size: 18px; right:0;color:var(--secondary-color);}

.category_list li{margin-bottom:15px;}
.show_more i{margin-left: 10px;}
.recent_post{margin-top:25px;}
.recent_post_box{display:flex; flex-wrap:wrap;margin:15px 0;}
.recent_post_box .blog_image{ width: 120px; height:90px; border-radius: 10px; overflow: hidden;}
.recent_post_box .blog_image img{width:120px;height:90px;border-radius: 10px;transition: all 0.5s ease;}
.rpb_detail{flex:1; display: flex; flex-wrap: wrap; }
.recent_post_box .b_date{width: 100%; padding:0 20px; margin-top:auto;}
.recent_post_box .b_date i{margin-right:5px;}
.rpb_detail h4{font-size: 18px; line-height:20px; transition: all 0.5s ease;}
.recent_post_box a:hover{color: var(--primary-color); text-decoration:none;}
.recent_post_box:hover .blog_image img{transform: scale(1.2);transition: all 0.5s ease;}
.recent_post_box:hover h4{color: var(--primary-color); transition: all 0.5s ease;}

.blog_list_wrap h2{font-size: 30px; font-family: var(--secondary-font); font-weight: 700; margin-top: 20px;}
.blog_share{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.blog_share .blog_info{width: 50%; color: var(--primary-color);}
.blog_share .b_date, .blog_share .b_creator{padding: 10px 0;}
.blog_share .blog_info i{color:var(--primary-color);}
.blog_share .b-social{display: flex; justify-content: flex-end; align-items: center;flex:1; }
.blog_share .b-social a{color: var(--txt-color); font-size: 18px; margin: 0 7px;}
.blog_desc{width: 100%; display: flex; flex-direction: column; align-items: flex-start;}
.blog_desc img{width: 100%; border-radius: 15px; height: auto; margin:15px 0; max-height: 500px;}
.blog_btn{padding: 10px 15px;}
.blog_form{border-top: 1px solid var(--border-color); padding: 20px 0; margin-top: 10px;}
.blog_form h3{font-weight: 700; color: var(--secondary-color); font-size: 20px;font-family: var(--secondary-font);}
.blog_share .b_date, .blog_share .b_creator{width: auto;}
.blog_share .b_creator{margin-left: 15px;}

.city_btn{display: flex; justify-content: flex-start;}
ul.col3 li{width: 33.33%;}
.city_block{display: flex; flex-wrap: wrap; }
.city_block .wdi_text{width: 40%;}
.city_block .wdi_image{width: 60%;}
.cta_city{text-align: center; color: #ffffff; padding: 65px;}
.cta_city h3{ font-weight: 700; font-size: 36px; color: #ffffff;font-family: var(--secondary-font);margin-bottom: 25px;}
.as_seen_on{background: var(--bg-color-light);}
.as_block{display: flex; align-items: center; padding: 10px 0;}
.as_block label{margin-right: 10px; margin-bottom: 0;}
.as_block div{display: flex; justify-content: space-around; flex:1; align-items: center; flex-wrap: wrap;}
.as_block div img{flex:1; width: auto; height: auto;}

.table_map{display: flex; width: 100%; flex-wrap: wrap;}
.table_wrap{width: 50%;}
.map_block{width: 50%;}
